Package org.apache.commons.jcs3.auxiliary.disk
package org.apache.commons.jcs3.auxiliary.disk
The primary disk auxiliary.
Objects are serialized to a file on disk. This implementation uses memory keys and performs quite well. Recommended for most cases.
-
ClassesClassDescriptionAbstractDiskCache<K,
V> 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.This has common attributes that any conceivable disk cache would need.PurgatoryElement<K,V> Implementation of cache elements in purgatory.