Class RepositoryCache

  • All Implemented Interfaces:
    Cacheable, RepositoryService

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

    TODO doc TODO logging perf measurements

    Author:
    Radovan Semancik