|
NAMECache::AgainstFile::Base - base class for default backendsSYNOPSISpackage Cache::AgainstFile::MyBackend; use Cache::AgainstFile::Base; @ISA = qw(Cache::AgainstFile::Base); ...implement methods... 1; DESCRIPTIONThis provides a default implementation for purging the cache, based on a list of stale files and a hashref of access times.Classes inheriting from this base class should provide the following public methods:
They should also provide the following protected methods which are used to support purge():
OPTIONSThe implementation of purge() supports the options:
VERSION$Revision: 1.8 $ on $Date: 2005/06/03 14:29:55 $ by $Author: johna $AUTHORJohn Alden <cpan _at_ bbc _dot_ co _dot_ uk>COPYRIGHT(c) BBC 2005. This program is free software; you can redistribute it and/or modify it under the GNU GPL.See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt
Visit the GSP FreeBSD Man Page Interface. |