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


Cache documentation  | view source Contained in the Cache distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

METHODS

Top

See Cache::RemovalStrategy for details.

SEE ALSO

Top

Cache

AUTHOR

Top

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

COPYRIGHT

Top


Cache documentation  | view source Contained in the Cache distribution.