Cache documentation
Cache - README
Cache - Changes
Cache - META.yml
Cache Makefile.PL
Cache - the Cache interface
[
view source
]
Cache::Entry - interface for a cache entry
[
view source
]
Cache::File - Filesystem based implementation of the Cache interface
[
view source
]
Cache::File::Entry - An entry in the file based implementation of Cache
[
view source
]
Cache::File::Handle - wrapper for IO::File to use in Cache::File implementation
[
view source
]
Cache::File::Heap - A file based heap for use by Cache::File
[
view source
]
Cache::IOString - wrapper for IO::String to use in Cache implementations
[
view source
]
Cache::Memory - Memory based implementation of the Cache interface
[
view source
]
Cache::Memory::Entry - An entry in the memory based implementation of Cache
[
view source
]
Cache::Memory::HeapElem - wrapper for Heap::Elem that stores keys
[
view source
]
Cache::Null - Null implementation of the Cache interface
[
view source
]
Cache::Null::Entry - An entry in the Null implementation of Cache
[
view source
]
Cache::RemovalStrategy - abstract Removal Strategy interface for a Cache
[
view source
]
Cache::RemovalStrategy::FIFO - FIFO Removal Strategy for a Cache
[
view source
]
Cache::RemovalStrategy::LRU - LRU Removal Strategy for a Cache
[
view source
]
Cache::Tester - test utility for Cache implementations
[
view source
]
Back to
home
.
Contained in the
Cache
distribution.