Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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