Uses of Class
org.apache.jackrabbit.jcr2spi.config.CacheBehaviour
-
Packages that use CacheBehaviour Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.config org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.lock -
-
Uses of CacheBehaviour in org.apache.jackrabbit.jcr2spi
Fields in org.apache.jackrabbit.jcr2spi declared as CacheBehaviour Modifier and Type Field Description static CacheBehaviour
Jcr2spiRepositoryFactory. DEFAULT_CACHE_BEHAVIOR
Default value forJcr2spiRepositoryFactory.PARAM_CACHE_BEHAVIOR
Methods in org.apache.jackrabbit.jcr2spi that return CacheBehaviour Modifier and Type Method Description CacheBehaviour
Jcr2spiRepositoryFactory.RepositoryConfigImpl. getCacheBehaviour()
-
Uses of CacheBehaviour in org.apache.jackrabbit.jcr2spi.config
Fields in org.apache.jackrabbit.jcr2spi.config declared as CacheBehaviour Modifier and Type Field Description static CacheBehaviour
CacheBehaviour. INVALIDATE
Cache maintenance is done by invalidating affected items of an operation and forcing the jcr2spi implementation to reload the item states when they are accessed next time.static CacheBehaviour
CacheBehaviour. OBSERVATION
Cache maintenance is done using events from the repository.Methods in org.apache.jackrabbit.jcr2spi.config that return CacheBehaviour Modifier and Type Method Description CacheBehaviour
RepositoryConfig. getCacheBehaviour()
-
Uses of CacheBehaviour in org.apache.jackrabbit.jcr2spi.hierarchy
Constructors in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type CacheBehaviour Constructor Description HierarchyEventListener(WorkspaceManager wspManager, HierarchyManager hierarchyMgr, CacheBehaviour cacheBehaviour)
-
Uses of CacheBehaviour in org.apache.jackrabbit.jcr2spi.lock
Constructors in org.apache.jackrabbit.jcr2spi.lock with parameters of type CacheBehaviour Constructor Description LockManagerImpl(WorkspaceManager wspManager, ItemManager itemManager, CacheBehaviour cacheBehaviour)
-