Interface | Description |
---|---|
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 | Description |
---|---|
AbstractCache |
Abstract base class for managed
Cache s. |
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–2021 The Apache Software Foundation. All rights reserved.