Search results for "module: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...
SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTC
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
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
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
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
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
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
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
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
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
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
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
XSLT::Cache - Transparent preparsing and caching XSLT documents
Using XSLT in real life often leads to the need of preliminary parsing and caching XSLT documents before applying them to incoming XML trees. This module makes caching transparent and allows the user not to think about that. It is possible to make ca...
ANDY/XSLT-Cache-0.3 - 25 Jan 2009 12:14:53 UTC
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
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
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
Quiq::Cache - Cache Datenstruktur in Datei
Ein Objekt der Klasse verwaltet einen Cache. Der Cache ist ein Verzeichnis ($cacheDir) im Dateisystem. Eine Cachedatei speichert eine beliebige Datenstruktur. Diese wird von "Storable" geschrieben und gelesen. Die Datenstruktur darf ein Objekt (also ...
FSEITZ/Quiq-1.212 - 18 Aug 2023 14:51:27 UTC
Mojo::Cache - Naive in-memory cache
Mojo::Cache is a naive in-memory cache with size limits....
SRI/Mojolicious-9.34 - 11 Sep 2023 18:34:53 UTC
Poet::Cache - Poet caching with CHI
Poet::Cache is a subclass of CHI. CHI provides a unified caching API over a variety of storage backends, such as memory, plain files, memory mapped files, memcached, and DBI. Each package and Mason component uses its own CHI namespace so that caches ...
JSWARTZ/Poet-0.16 - 08 Jan 2015 06:48:58 UTC