Class CacheRegistryImpl

java.lang.Object
com.evolveum.midpoint.repo.cache.registry.CacheRegistryImpl
All Implemented Interfaces:
CacheInvalidationListener, CacheListener, CacheRegistry

@Component("cacheRegistry") public class CacheRegistryImpl extends Object implements CacheListener, CacheRegistry
Registry of all local caches (various caching components or services).

Note that this class resides in repo-cache module almost by accident and perhaps should be moved to a more appropriate place.