Package org.alfresco.util.cache
Class AbstractRefreshableCacheEvent
- java.lang.Object
-
- org.alfresco.util.cache.AbstractRefreshableCacheEvent
-
- All Implemented Interfaces:
Serializable,RefreshableCacheEvent
- Direct Known Subclasses:
RefreshableCacheRefreshedEvent,RefreshableCacheRefreshEvent
public abstract class AbstractRefreshableCacheEvent extends Object implements RefreshableCacheEvent
A generic event with the cache id and affected tenant- Author:
- Andy
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCacheId()Get the cache idStringgetKey()Get the affected key/tenant idinthashCode()StringtoString()
-
-
-
Method Detail
-
getCacheId
public String getCacheId()
Description copied from interface:RefreshableCacheEventGet the cache id- Specified by:
getCacheIdin interfaceRefreshableCacheEvent
-
getKey
public String getKey()
Description copied from interface:RefreshableCacheEventGet the affected key/tenant id- Specified by:
getKeyin interfaceRefreshableCacheEvent
-
-