Package org.alfresco.repo.cache
Interface RefreshableCacheEvent
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AbstractRefreshableCacheEvent,RefreshableCacheRefreshedEvent,RefreshableCacheRefreshEvent
public interface RefreshableCacheEvent extends java.io.SerializableA cache event- Author:
- Andy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCacheId()Get the cache idjava.lang.StringgetTenantId()Get the affected tenant id
-