Jonathan Swartz > CHI

CHI

This Release CHI-0.30  [Download] [Browse 05 Nov 2009
Other Releases
Links Discussion Forum ] [ View/Report Bugs (4) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (58)   FAIL (7)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating ***** (1 Reviews) [ Rate this distribution ]
License Perl (Artistic and GPL)
Special Files
Changes
LICENSE
MANIFEST
META.yml
Makefile.PL
README

Modules

CHI Unified cache interface     0.30
CHI::CacheObject Contains information about cache entries.      
CHI::Driver Base class for all CHI drivers.      
CHI::Driver::Base::CacheContainer      
CHI::Driver::CacheCache CHI wrapper for Cache::Cache      
CHI::Driver::FastMmap Shared memory interprocess cache via mmap'ed files      
CHI::Driver::File File-based cache using one file per entry in a multi-level directory structure      
CHI::Driver::Memory In-process memory based cache.      
CHI::Driver::Metacache      
CHI::Driver::Null nothing is cached      
CHI::Driver::Role::HasSubcaches      
CHI::Driver::Role::IsSizeAware      
CHI::Driver::Role::IsSubcache      
CHI::Driver::Role::Universal Universal role applied as the innermost role to all CHI drivers      
CHI::NullLogger      

Documentation

CHI::Driver::Development Manual for developing new CHI drivers  
CHI::Driver::Role::CacheContainer