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

Search results for "module:Cache::Cache"

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

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

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

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

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

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

Cache::Meh - A cache of indifferent quality River stage zero No dependents

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

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

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

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

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

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

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

XSLT::Cache - Transparent preparsing and caching XSLT documents River stage zero No dependents

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 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

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

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

Quiq::Cache - Cache Datenstruktur in Datei River stage zero No dependents

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.215 - 28 Mar 2024 21:53:27 UTC

Poet::Cache - Poet caching with CHI River stage one • 2 direct dependents • 2 total dependents

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

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
550 results (0.044 seconds)