Package org.alfresco.util.cache
Interface RefreshableCacheEvent
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AbstractRefreshableCacheEvent
,RefreshableCacheRefreshedEvent
,RefreshableCacheRefreshEvent
public interface RefreshableCacheEvent extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCacheId()
Get the cache idjava.lang.String
getKey()
Get the affected key/tenant id
-