logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CHI::Driver::CacheCache - CHI wrapper for Cache::Cache

Author

       Jonathan Swartz <swartz@pobox.com>

Constructor Options

       When 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.

Description

       This driver wraps any Cache::Cache cache.

Name

       CHI::Driver::CacheCache - CHI wrapper for Cache::Cache

See Also

       CHI

Synopsis

           use CHI;

           my $cache = CHI->new(
               driver     => 'CacheCache',
               cc_class   => 'Cache::FileCache',
               cc_options => { cache_root => '/path/to/cache/root' },
           );

Version

       version 0.61

See Also