Class DBSCachingRepositoryFactory

java.lang.Object
org.nuxeo.ecm.core.storage.dbs.DBSRepositoryFactory
org.nuxeo.ecm.core.storage.dbs.DBSCachingRepositoryFactory
All Implemented Interfaces:
Callable<Object>, RepositoryFactory

public class DBSCachingRepositoryFactory extends DBSRepositoryFactory
Factory used to initialize the DBS Cache layer in front of the real repository.
Since:
8.10
  • Constructor Details

    • DBSCachingRepositoryFactory

      public DBSCachingRepositoryFactory(String repositoryName, RepositoryFactory factory)
  • Method Details

    • call

      public Object call()
      Description copied from interface: RepositoryFactory
      Constructs the low-level repository with the name previously passed to init.
      Returns:
      a low-level Repository