Package org.alfresco.util.cache
Interface AsynchronouslyRefreshedCache<T>
-
- All Superinterfaces:
RefreshableCache<T>
- All Known Implementing Classes:
AbstractAsynchronouslyRefreshedCache
public interface AsynchronouslyRefreshedCache<T> extends RefreshableCache<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCacheId()
Get the cache idboolean
isUpToDate(java.lang.String key)
Determine if the cache is up to date-
Methods inherited from interface org.alfresco.util.cache.RefreshableCache
get, refresh, register
-
-