| Class | Description |
|---|---|
| AbstractDiskCache |
Abstract class providing a base implementation of a disk cache, which can be easily extended to
implement a disk cache for a specific persistence mechanism.
|
| AbstractDiskCacheAttributes |
This has common attributes that any conceivable disk cache would need.
|
| AbstractDiskCacheManager |
Common disk cache methods and properties.
|
| LRUMapJCS |
Extension of LRUMap for logging of removals.
|
| PurgatoryElement |
Wrapper for cache elements in purgatory.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.