The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Cache::Cache"

Cache::Cache - the Cache interface. River stage three • 72 direct dependents • 388 total dependents

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 - the Cache interface River stage two • 20 direct dependents • 25 total dependents

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

App::Cache - Easy application-level caching River stage two • 6 direct dependents • 17 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage three • 24 direct dependents • 146 total dependents

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 River stage zero No dependents

MALLEN/Cache-Meh-0.04 - 09 Sep 2014 02:05:38 UTC - Search in distribution

Cache::Ref - Memory only cache of live references River stage two • 2 direct dependents • 26 total dependents

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

Geo::Cache - Object interface for GPS waypoints River stage zero No dependents

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 River stage one • 2 direct dependents • 2 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage four • 195 direct dependents • 1581 total dependents

"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.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution

PQL::Cache - A mini in memory database using pure perl and PQL - PerlQueryLanguage - to store hashes and objects. River stage zero No dependents

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 River stage three • 10 direct dependents • 536 total dependents

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 River stage one • 4 direct dependents • 6 total dependents

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

CPAN::Cache - Abstract locally-cached logical subset of a CPAN mirror River stage one • 1 direct dependent • 1 total dependent

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage one • 2 direct dependents • 8 total dependents

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

File::Cache - Share data between processes via filesystem River stage one • 1 direct dependent • 1 total dependent

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
2,772 results (0.115 seconds)