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
Modifier and TypeMethodDescriptionvoid
void
registerCache
(Cache cache) void
unregisterCache
(Cache cache)
-
Method Details
-
registerCache
-
unregisterCache
-
getStateInformation
CachesStateInformationType getStateInformation() -
dumpContent
void dumpContent()
-