The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Artistic
Build.PL
Changes
CONTRIBUTING
example/fib.conf
example/fib.pl
example/lru.conf
example/lru.pl
example/refresher.conf
example/refresher.pl
example/sample.conf
example/variable_cost.conf
example/variable_cost.pl
lib/Autocache/Config/Node.pm
lib/Autocache/Config.pm
lib/Autocache.pm
lib/Autocache/Logger.pm
lib/Autocache/Record.pm
lib/Autocache/Request.pm
lib/Autocache/Strategy/CostBased.pm
lib/Autocache/Strategy/Eviction/FIFO.pm
lib/Autocache/Strategy/Eviction/LRU/Entry.pm
lib/Autocache/Strategy/Eviction/LRU.pm
lib/Autocache/Strategy.pm
lib/Autocache/Strategy/Refresh.pm
lib/Autocache/Strategy/Statistics.pm
lib/Autocache/Strategy/Store/Memcached.pm
lib/Autocache/Strategy/Store/Memory.pm
lib/Autocache/WorkQueue.pm
LICENCE
MANIFEST
MANIFEST.SKIP
META.yml
README
t/001_fib.t
t/001_fib.t.conf
t/002_caller_context.t
t/003_refresh.t
t/003_refresh.t.conf
t/004_stat.t
t/004_stat.t.conf
t/005_cost.t
t/005_cost.t.conf
t/006_lru.t.PL
t/006_lru.t.X
t/007_fifo.t.PL
t/007_fifo.t.X
TODO