Package org.alfresco.repo.cache
Interface AsynchronouslyRefreshedCache<T>
- All Superinterfaces:
RefreshableCache<T>
- All Known Implementing Classes:
AbstractMTAsynchronouslyRefreshedCache,AuthorityBridgeTableAsynchronouslyRefreshedCache,ConfigDataCache
Implementation details in addition to the exposed interface.
- Since:
- 4.1.3
- Author:
- Andy
-
Method Summary
Modifier and TypeMethodDescriptionGet the cache idbooleanDetermine if the cache is up to dateMethods inherited from interface org.alfresco.repo.cache.RefreshableCache
get, refresh
-
Method Details
-
getCacheId
String getCacheId()Get the cache id- Returns:
- the cache ID
-
isUpToDate
boolean isUpToDate()Determine if the cache is up to date- Returns:
- true if the cache is not currently refreshing itself
-