1Cache::RemovalStrategy:U:sLeRrU(C3o)ntributed Perl DocumCeancthaet:i:oRnemovalStrategy::LRU(3)
2
3
4
6 Cache::RemovalStrategy::LRU - LRU Removal Strategy for a Cache
7
9 Implements a Least Recently Used removal strategy for a Cache. When
10 removing entries from the cache, the 'stalest' will be removed first.
11
13 See Cache::RemovalStrategy for details.
14
16 Cache
17
19 Chris Leishman <chris@leishman.org>
20 Based on work by DeWitt Clinton <dewitt@unto.net>
21
23 Copyright (C) 2003-2006 Chris Leishman. All Rights Reserved.
24
25 This module is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
26 KIND, either expressed or implied. This program is free software; you
27 can redistribute or modify it under the same terms as Perl itself.
28
29 $Id: LRU.pm,v 1.4 2006/01/31 15:23:58 caleishm Exp $
30
31
32
33perl v5.32.0 2020-07-28 Cache::RemovalStrategy::LRU(3)