Package com.evolveum.midpoint.repo.api
Interface CacheRegistry
-
- All Known Implementing Classes:
CacheRegistryImpl
public interface CacheRegistry
Registry of all local caches (various caching components/services).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dumpContent()
CachesStateInformationType
getStateInformation()
void
registerCache(Cache cache)
void
unregisterCache(Cache cache)
-
-
-
Method Detail
-
registerCache
void registerCache(Cache cache)
-
unregisterCache
void unregisterCache(Cache cache)
-
getStateInformation
CachesStateInformationType getStateInformation()
-
dumpContent
void dumpContent()
-
-