1Cache::RemovalStrategy(U3spemr)Contributed Perl DocumentCaatcihoen::RemovalStrategy(3pm)
2
3
4
6 Cache::RemovalStrategy - abstract Removal Strategy interface for a
7 Cache
8
11 $r->remove_size( $cache, $size )
12 When invoked, removes entries from the cache that total at least
13 $size in size.
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: RemovalStrategy.pm,v 1.4 2006/01/31 15:23:58 caleishm Exp $
30
31
32
33perl v5.38.0 2023-07-20 Cache::RemovalStrategy(3pm)