Search results for "cache"
Cache - the Cache interface
The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databa...
SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTC - Search in distribution- Cache::Null - Null implementation of the Cache interface
- Cache::File - Filesystem based implementation of the Cache interface
- Cache::Entry - interface for a cache entry
- 12 more results from Cache »
Cache::Cache - the Cache interface.
The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databa...
RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTC - Search in distribution- Cache::Object - the data stored in a Cache.
- Cache::NullCache - implements the Cache interface.
- Cache::BaseCache - abstract cache base class
- 16 more results from Cache-Cache »
App::Cache - Easy application-level caching
The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving information from the network or when it has to complete a large calculation. For example, the Parse::BA...
LBROCARD/App-Cache-0.37 - 08 Dec 2009 20:30:56 UTC - Search in distribution
CGI::Cache - Perl extension to help cache output of time-intensive CGI scripts
This module is intended to be used in a CGI script that may benefit from caching its output. Some CGI scripts may take longer to execute because the data needed in order to construct the page may not be quickly computed. Such a script may need to que...
DCOPPIT/CGI-Cache-1.4214 - 13 Jul 2018 00:12:39 UTC - Search in distribution
Cache::BDB - An object caching wrapper around BerkeleyDB
This module implements a caching layer around BerkeleyDB for object persistence. It implements the basic methods necessary to add, retrieve, and remove objects. The main advantage over other caching modules is performance. I've attempted to stick wit...
JDR/Cache-BDB-0.04 - 22 Jul 2006 03:15:04 UTC - Search in distribution
Cache::LRU - a simple, fast implementation of LRU cache in pure perl
Cache::LRU is a simple, fast implementation of an in-memory LRU cache in pure perl....
KAZUHO/Cache-LRU-0.04 - 07 Apr 2014 21:54:05 UTC - Search in distribution
Cache::Meh - A cache of indifferent quality
MALLEN/Cache-Meh-0.04
-
09 Sep 2014 02:05:38 UTC
-
Search in distribution
Cache::Ref - Memory only cache of live references
Unlike CHI which attempts to address the problem of caching things persistently, this module implements in memory caching, designed primarily for shared references in memory. This collection of classes implements a number of semi related algorithms....
BRUNOV/Cache-Ref-0.04 - 23 Sep 2010 19:55:24 UTC - Search in distribution- Cache::Ref::CAR - CLOCK with Adaptive Replacement
- Cache::Ref::LRU - Least recently used expiry policy
- Cache::Ref::FIFO
- 14 more results from Cache-Ref »
Geo::Cache - Object interface for GPS waypoints
Provide an object interface to Geocaching.com waypoints and/or geocaches, using the Groundspeak GPX file as the reference for what fields are valid. Methods are provide for various of the fields that require special treatment. Three output methods ar...
RBOW/Geo-Cache-0.11 - 15 Nov 2008 13:33:13 UTC - Search in distribution
Hey::Cache - Cache data multiple data structures
Helps with regular data caching. It's targetted for items that are in hash references, primarly. new my $cache = Hey::Cache->new( Namespace => 'WeatherApp2000', # string (optional, default='default') CacheFile => 'fun_cache_file.xml', # file path and...
WILSOND/Hey-Cache-0.01 - 30 May 2006 05:14:07 UTC - Search in distribution
IPC::Cache - a perl module that implements an object storage space where data is persisted across process boundaries
IPC::Cache is used to persist data across processes via shared memory. TYPICAL USAGE A typical scenario for this would be a mod_perl or perl CGI application. In a multi-tier architecture, it is likely that a trip from the front-end to the database is...
DCLINTON/IPC-Cache-0.02 - 01 Feb 2000 01:42:09 UTC - Search in distribution
PPI::Cache - The PPI Document Caching Layer
"PPI::Cache" provides the default caching functionality for PPI. It integrates automatically with PPI itself. Once enabled, any attempt to load a document from the filesystem will be cached via cache. Please note that creating a PPI::Document from ra...
OALDERS/PPI-1.276 - 19 Jul 2022 21:50:31 UTC - Search in distribution
PQL::Cache - A mini in memory database using pure perl and PQL - PerlQueryLanguage - to store hashes and objects.
PQL::Cache implements a small in memory database using pure Perl. It stores also objects in tables, not only hashes. You can define tables and columns. You can insert, select and delete objects. You get back objects or hashes containing columns by "s...
JPR/PQL-Cache-0.800 - 21 Dec 2014 13:15:27 UTC - Search in distribution
Tie::Cache - LRU Cache in Memory
This module implements a least recently used (LRU) cache in memory through a tie interface. Any time data is stored in the tied hash, that key/value pair has an entry time associated with it, and as the cache fills up, those members of the cache that...
CHAMAS/Tie-Cache-0.21 - 19 May 2014 15:53:49 UTC - Search in distribution
XAO::Cache - generic interface for caching various data
NOTE: It is almost always better to use Config::cache() method instead of creating a cache directly with its new() method. That will also save on the initialization step - cache object themselves are cached and reused in that case. XAO::Cache is a ge...
AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC - Search in distribution- XAO::DO::Cache::Memory - memory storage back-end for XAO::Cache
- XAO::DO::Cache::Memcached - memcached back-end for XAO::Cache
- XAO::DO::Config - Base object for all configurations
CPAN::Cache - Abstract locally-cached logical subset of a CPAN mirror
There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN dataset. CPAN::Cache does the same thing, except that in addition it has the feature that the...
ADAMK/CPAN-Cache-0.02 - 26 Sep 2006 05:23:44 UTC - Search in distribution
Cache::Mmap - Shared data cache using memory mapped files
This module implements a shared data cache, using memory mapped files. If routines are provided which interact with the underlying data, access to the cache is completely transparent, and the module handles all the details of refreshing cache content...
PMH/Cache-Mmap-0.11 - 15 Apr 2008 09:50:30 UTC - Search in distribution
Cache::Weak - weak reference cache
This cache will store it's objects without increase the reference count. This can be used for caching without interfere in objects DESTROY mechanism, since the reference in this cache won't count....
EJS/Cache-Weak-1.0.3 - 13 May 2008 14:57:19 UTC - Search in distribution
Dezi::Cache - simple in-memory cache class
Dezi::Cache is a simple in-memory caching class. It's basically just a Perl hash, but implemented as a class so that you can subclass it and use different storage (e.g. Cache::* modules)....
KARMAN/Dezi-App-0.016 - 27 Apr 2018 14:12:33 UTC - Search in distribution- Dezi::Aggregator::Spider - web aggregator
File::Cache - Share data between processes via filesystem
File::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 UTC - Search in distribution