Class RepositoryCache

  • All Implemented Interfaces:
    Cache, RepositoryService

    @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).