Query: chi::driver::cachecache
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CHI::Driver::CacheCache(3pm) User Contributed Perl Documentation CHI::Driver::CacheCache(3pm)NAMECHI::Driver::CacheCache - CHI wrapper for Cache::CacheVERSIONversion 0.54SYNOPSISuse 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. cc_class Name of Cache::Cache class to create, e.g. Cache::FileCache. Required. cc_options Hashref of options to pass to Cache::Cache constructor. Required.SEE ALSOCHIAUTHORJonathan Swartz <swartz@pobox.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 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. perl v5.14.2 2012-05-30 CHI::Driver::CacheCache(3pm)
Related Man Pages |
---|
chi::driver::memcached(3pm) - debian |
chi::driver::memcached::fast(3pm) - debian |
chi::driver::rawmemory(3pm) - debian |
chi::stats(3pm) - debian |
cache::filecache(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |