The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.10

  • Change to Module::Install
  • Drop test dep on ok
  • Split requires and test_requires
  • Fix bug when used in conjunction with ::Model::DBIC::Schema Caching trait by not trying to cache the curried cache instance when we don't have a request instance to cache it against

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.