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

Cache::RemovalStrategy::FIFO - FIFO Removal Strategy for a Cache

Author

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

Description

       Implements a First In First Out removal strategy for a Cache.  When removing entries from the cache, the
       'oldest' will be removed first.

Methods

       See Cache::RemovalStrategy for details.

Name

       Cache::RemovalStrategy::FIFO - FIFO Removal Strategy for a Cache

See Also

       Cache

See Also