Chi wrapper for cache::cache
version 0.58
use CHI;
my $cache = CHI->new(
driver => 'CacheCache',
cc_class => 'Cache::FileCache',
cc_options => { cache_root => '/path/to/cache/root' },
);
This driver wraps any Cache::Cache cache.
When using this driver, the following options can be passed to \s-1CHI-\s0>new() in addition to the \s-1CHI\s0.
Name of Cache::Cache class to create, e.g. Cache::FileCache. Required.
Hashref of options to pass to Cache::Cache constructor. Required.
\s-1CHI\s0
Jonathan Swartz <[email protected]>
This software is copyright (c) 2012 by Jonathan Swartz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.