|
NAMECHI::Driver::CacheCache - CHI wrapper for Cache::Cache VERSIONversion 0.60 SYNOPSIS use CHI;
my $cache = CHI->new(
driver => 'CacheCache',
cc_class => 'Cache::FileCache',
cc_options => { cache_root => '/path/to/cache/root' },
);
DESCRIPTIONThis driver wraps any Cache::Cache cache. CONSTRUCTOR OPTIONSWhen using this driver, the following options can be passed to CHI->new() in addition to the CHI.
SEE ALSOCHI AUTHORJonathan Swartz <swartz@pobox.com> COPYRIGHT AND LICENSEThis 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.
|