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

Cache::RemovalStrategy - abstract Removal Strategy interface for a Cache

Author

        Chris Leishman <chris@leishman.org>
        Based on work by DeWitt Clinton <dewitt@unto.net>

Description

Methods

       $r->remove_size( $cache, $size )
           When invoked, removes entries from the cache that total at least $size in size.

Name

       Cache::RemovalStrategy - abstract Removal Strategy interface for a Cache

See Also

       Cache

See Also