Cache 2.11 Latest
Kwalitee Issues
No Core Issues.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
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 |