logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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