Modules

the Cache interface
interface for a cache entry
Filesystem based implementation of the Cache interface
An entry in the file based implementation of Cache
wrapper for IO::File to use in Cache::File implementation
A file based heap for use by Cache::File
wrapper for IO::String to use in Cache implementations
Memory based implementation of the Cache interface
An entry in the memory based implementation of Cache
wrapper for Heap::Elem that stores keys
Null implementation of the Cache interface
An entry in the Null implementation of Cache
abstract Removal Strategy interface for a Cache
FIFO Removal Strategy for a Cache
LRU Removal Strategy for a Cache
test utility for Cache implementations