NAME
Cache::CacheFactory::Expiry - Factory class for expiry policies for Cache::CacheFactory.
DESCRIPTION
Cache::CacheFactory::Expiry is a class factory for expiry (pruning and validity) policies used by Cache::CacheFactory.
You will only need to know about this module if you're writing your own expiry policy modules, documented in "WRITING NEW POLICIES" in Cache::CacheFactory.
METHODS
- $policy = Cache::CacheFactory::Expiry->new( $type, @param );
-
Construct an expiry policy of the specified type, supplying
@param
to the constructor of the policy object.
SEE ALSO
Cache::CacheFactory, Class::Factory
AUTHORS
Original author: Sam Graham <libcache-cachefactory-perl BLAHBLAH illusori.co.uk>
Last author: $Author: illusori $
COPYRIGHT
Copyright 2008-2010 Sam Graham.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.