|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractDiskCache<K extends Serializable,V extends Serializable> | 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<K,V> | Extension of LRUMap for logging of removals. |
| PurgatoryElement<K extends Serializable,V extends Serializable> | Wrapper for cache elements in purgatory. |
The primary disk auxiliary. Objects are serialized to a file on disk. This implementation uses memory keys and performs quite well. Recomended for most cases.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||