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 boolean
equals(Object obj)
String
getCacheId()
Get the cache idString
getKey()
Get the affected key/tenant idint
hashCode()
String
toString()
-
-
-
Method Detail
-
getCacheId
public String getCacheId()
Description copied from interface:RefreshableCacheEvent
Get the cache id- Specified by:
getCacheId
in interfaceRefreshableCacheEvent
-
getKey
public String getKey()
Description copied from interface:RefreshableCacheEvent
Get the affected key/tenant id- Specified by:
getKey
in interfaceRefreshableCacheEvent
-
-