Changes for version 0.09
- Generate a warning if no config is specified, or config is specified using the old key.
- Support the compute() method, and emulate it if the backend doesn't have it.
Documentation
how to write a Cache store plugin.
Modules
Flexible caching support for Catalyst.
Bare minimum backend interface.
Stupid memory based caching backend.
Choose a cache backend based on key regexes.
Curried versions of cache_set, cache_get and cache_remove that look more like a backend.
Stupid memory based cache store plugin.