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::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