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