The Cache::File class implements the Cache interface. This cache stores data in the filesystem so that it can be shared between processes and persists between process invocations....
SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTCFile::Cache is a perl module that implements an object storage space where data is persisted across process boundaries via the filesystem. File::Cache builds a cache in the file system using a multi-level directory structure that looks like this: <CA...
DCLINTON/File-Cache-0.16 - 18 Apr 2001 16:03:14 UTCThis module is a wrapper around a Berkeley DB using a btree structure to implement a heap. It is specifically for use by Cache::File for storing expiry times (although with a bit of work it could be made more general). See LIMITATIONS below....
SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTCThis module implements a version of Cache::Entry for the Cache::File variant of Cache. It should not be created or used directly, please see 'Cache::File' or 'Cache::Entry' instead....
SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTCThis is file backed cache strategy implementation. This class is not to be used directly. This cache strategy accepts single `threshold' parameter which must be an integer greater than zero and determines minimum file system entry size to be stored i...
KSTEPME/FusqlFS-0.005 - 26 Jun 2010 23:58:11 UTCThis is file backed cache strategy implementation. This class is not to be used directly. This cache strategy accepts single `threshold' parameter which must be an integer greater than zero and determines minimum file system entry size to be stored i...
KSTEPME/FusqlFS-0.009 - 23 Feb 2013 01:01:32 UTCThis module implements a derived class of IO::File that allows callback on close. It is for use by Cache::File and should not be used directly....
SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTCAdds meta data and compound keys to the CHI caching API. In instance of this class is created by File::DataClass::Schema...
PJFL/File-DataClass-0.73.1 - 02 Jun 2017 00:03:17 UTCThis is an internal module used by File::OSS::Scan to cache scan results into files, and should not be called directly....
HARRYWANG/File-OSS-Scan-0.04 - 27 Mar 2014 04:25:38 UTCThis module aims to put caching logic to the background and avoid manually checking conditions of cache expiration. It also is useful when files are not available after cache timeout and provides cached version although it is inevitably outdated. Acc...
ANDY/File-Cache-Persistent-0.3 - 25 Jan 2009 12:14:41 UTCFile::Properties::Cache provides a cache for use by objects in the File::Properties hierarchy. The following methods are provided. new my $db = File::Properties::Cache->new($path, $options); Constructs a new File::Properties::Cache object. The $path ...
WOHL/File-Properties-0.02 - 23 Dec 2011 03:16:07 UTCERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC
This default cache plugin module uses a file on the filesystem to store the cached events. It simply does an MD5 hash of the Key (either passed in or created from the SystemId), and stores that under CacheRoot. It also uses a two-part directory syste...
MSERGEANT/XML-Filter-Cache-0.03 - 30 Jan 2002 12:51:03 UTCSubclass of OpenInteract::Cache that uses the filesystem to cache objects. One note: if file space becomes an issue, it would be a good idea to put this on the fastest drive (or drive array) possible....
CWINTERS/OpenInteract-1.62 - 01 Oct 2004 03:29:29 UTCThis modules provides XML template caching to files. The files store the code generated from the template. When the template is requested, the code from the file can be quickly loaded and evaluated. If file caching is turned on, in the initialization...
EMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 UTCThis simple cache class expects the keys provided to it to be file pathnames, and considers the cached value to have expired if the corresponding file is changed. It does not perform the following functions: cache size limiting, or deep copying of co...
FERRENCY/Text-MicroMason-2.23 - 27 Jun 2019 21:37:01 UTC