Changes for version 0.36
- Fixes
- Only encode keys with wide characters
- In escape_for_filename, replace \w with A-Za-z0-9_ to avoid The Unicode Bug
Documentation
Manual for developing new CHI drivers
Modules
Unified cache handling interface
Contains information about cache entries.
Internal constants
Base class for all CHI drivers.
CHI wrapper for Cache::Cache
Shared memory 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.
nothing is cached
Universal role applied as the innermost role to all CHI drivers
Record and report per-namespace cache statistics
Internal utilities
Provides
in lib/CHI/Driver/Role/HasSubcaches.pm
in lib/CHI/Driver/Role/IsSizeAware.pm
in lib/CHI/Driver/Role/IsSubcache.pm
in lib/CHI/Serializer/JSON.pm