Package org.apache.jackrabbit.core.cache

Interface Summary
Cache A Cache object A cache must call CacheManager.getInstance().add(this) to take part in the dynamic memory distribution.
CacheAccessListener The cache access listener can be registered to a class.
 

Class Summary
AbstractCache Abstract base class for managed Caches.
CacheManager This class manages the size of the caches used in Jackrabbit.
CacheManager.CacheInfo Internal copy of the cache information.
ConcurrentCache<K,V> Concurrent cache implementation that uses cache segments to minimize the chance of lock contention.
GrowingLRUMap GrowingLRUMap extends the LRUMap such that it can grow from the specified initialSize to the specified maxSize;
 



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