Changes for version 0.003 - 2010-07-31

  • Removed distinction between strategies and stores. Stores are now a kind of strategy.
  • Split MemoryLRU store into seperate eviction stratgey that can be layered on top of the existing Memory strategy.
  • Added request object to encapsulate information required to serve a request.

Modules

An automatic caching framework for Perl.
Cached data storage base class.

Provides

in lib/Autocache/Config.pm
in lib/Autocache/Config/Node.pm
in lib/Autocache/Record.pm
in lib/Autocache/Request.pm
in lib/Autocache/Strategy/CostBased.pm
in lib/Autocache/Strategy/Eviction/LRU.pm
in lib/Autocache/Strategy/Eviction/LRU/Entry.pm
in lib/Autocache/Strategy/Refresh.pm
in lib/Autocache/Strategy/Statistics.pm
in lib/Autocache/Strategy/Store/Memcached.pm
in lib/Autocache/Strategy/Store/Memory.pm
in lib/Autocache/WorkQueue.pm