Package org.apache.jcs.auxiliary.disk

The primary disk auxiliary.

See:
          Description

Class Summary
AbstractDiskCache Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific perstistence mechanism.
AbstractDiskCacheAttributes This has common attributes that any conceivable disk cache would need.
LRUMapJCS Extension of LRUMap for logging of removals.
PurgatoryElement Wrapper for cache elements in purgatory.
 

Package org.apache.jcs.auxiliary.disk Description

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.



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.