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


Cache documentation  | view source Contained in the Cache distribution.

Index


NAME

Top

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

DESCRIPTION

Top

Implements a Least Recently Used removal strategy for a Cache. When removing entries from the cache, the 'stalest' 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.