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 SummaryModifier and TypeMethodDescriptionvoidvoidregisterCache(Cache cache) voidunregisterCache(Cache cache) 
- 
Method Details- 
registerCache
- 
unregisterCache
- 
getStateInformationCachesStateInformationType getStateInformation()
- 
dumpContentvoid dumpContent()
 
-