Class RepositoryCache

java.lang.Object
com.evolveum.midpoint.repo.cache.RepositoryCache
All Implemented Interfaces:
Cache, CacheInvalidationListener, RepositoryService, AccessCertificationSupportMixin, CaseSupportMixin, OrgTreeEvaluator

@Component("cacheRepositoryService") public class RepositoryCache extends Object implements RepositoryService, Cache
Read-through write-through repository cache.

This is an umbrella class providing RepositoryService and Cache interfaces. Majority of the work is delegated to operation handlers (and other classes).