| Class | Description |
|---|---|
| IndexedDiskCache<K,V> |
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.
|
| IndexedDiskDumper |
Used to dump out a Disk cache from disk for debugging.
|
| IndexedDiskElementDescriptor |
Disk objects are located by descriptor entries.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.