CHI: Universal caching for Perl
Jonathan Swartz will give a talk at YAPC::NA 2012 described as:
Caching is a critical piece of any performance-sensitive website or application. CHI provides a unified, implementation-independent caching API - a “DBI for caching”. It works with the gamut of popular cache backends and offers features well beyond the usual caching API, such as probabilistic expiration, background re-computation, and multi-level caches.
The author will describe how to wield CHI for more flexible and effective caching, and relate some lessons managing hundreds of distinct cache namespaces on a high-traffic web site.
[From the YAPC::NA Blog.]
Leave a comment