Uses of Class
org.apache.jackrabbit.core.cache.CacheManager

Packages that use CacheManager
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
 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
ManagedMLRUItemStateCacheFactory(CacheManager cacheMgr)
          Construct a new factory using a cache manager.
MLRUItemStateCache(CacheManager cacheMgr)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.