Package org.apache.jcs.auxiliary.disk.indexed

Class Summary
IndexedDiskCache<K extends Serializable,V extends Serializable> Disk cache that uses a RandomAccessFile with keys stored in memory.
IndexedDiskCache.PositionComparator Compares IndexedDiskElementDescriptor based on their position.
IndexedDiskCacheAttributes Configuration class for the Indexed Disk Cache
IndexedDiskCacheFactory Creates disk cache instances.
IndexedDiskCacheManager Cache manager for IndexedDiskCaches.
IndexedDiskDumper Used to dump out a Disk cache from disk for debugging.
IndexedDiskElementDescriptor Disk objects are located by descriptor entries.
 



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