Uses of Class
org.apache.jackrabbit.core.cache.CacheManager
-
Packages that use CacheManager Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.state -
-
Uses of CacheManager in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return CacheManager Modifier and Type Method Description CacheManager
RepositoryImpl. getCacheManager()
Get the cache manager of this repository, useful for setting its memory parameters. -
Uses of CacheManager in org.apache.jackrabbit.core.state
Constructors in org.apache.jackrabbit.core.state with parameters of type CacheManager Constructor Description ManagedMLRUItemStateCacheFactory(CacheManager cacheMgr)
Construct a new factory using a cache manager.MLRUItemStateCache(CacheManager cacheMgr)
-