Changes for version 0.50
- Docs
- Clarify busy_lock doc, add obj_ref doc (perlover)
- Fixes
- Override set() rather than set_object() in Role/HasSubcaches.pm so that keys are not double-transformed when set in l1 or mirror caches. This is simpler and should be more robust.
- Remove htdocs which were accidentally added into dist
Documentation
Benchmark cache modules against each other
Benchmarks of CHI and non-CHI drivers
Manual for developing new CHI drivers
Modules
Unified cache handling interface
Contains information about cache entries
Internal constants
Base class for all CHI drivers
Caches that delegate to a contained cache
CHI wrapper for Cache::Cache
Persistent interprocess cache via mmap'ed files
File-based cache using one file per entry in a multi-level directory structure
In-process memory based cache
Metacache for internal CHI use
Nothing is cached
In-process memory cache that stores direct references
Record and report per-namespace cache statistics
Provides
in lib/CHI/Driver/Role/HasSubcaches.pm
in lib/CHI/Driver/Role/IsSizeAware.pm
in lib/CHI/Driver/Role/IsSubcache.pm