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