Package org.alfresco.repo.cache
Interface AsynchronouslyRefreshedCache<T>
-
- All Superinterfaces:
RefreshableCache<T>
- All Known Implementing Classes:
AbstractMTAsynchronouslyRefreshedCache,AuthorityBridgeTableAsynchronouslyRefreshedCache,ConfigDataCache
public interface AsynchronouslyRefreshedCache<T> extends RefreshableCache<T>
Implementation details in addition to the exposed interface.- Since:
- 4.1.3
- Author:
- Andy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCacheId()Get the cache idbooleanisUpToDate()Determine if the cache is up to date-
Methods inherited from interface org.alfresco.repo.cache.RefreshableCache
get, refresh
-
-