Class RepositoryCache

  • All Implemented Interfaces:
    Cacheable, RepositoryService

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

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