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

Search results for "module:Cache::FastMmap"

Cache::FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache River stage two • 27 direct dependents • 53 total dependents

In multi-process environments (eg mod_perl, forking daemons, etc), it's common to want to cache information, but have that cache shared between processes. Many solutions already exist, and may suit your situation better: * MLDBM::Sync - acts as a dat...

ROBM/Cache-FastMmap-1.57 - 30 Sep 2021 06:37:35 UTC

Cache::FastMmap::Tie - Using Cache::FastMmap as hash River stage zero No dependents

Tie for Cache::FastMmap. Read `perldoc perltie`...

SUZUKI/Cache-FastMmap-Tie-0.03 - 28 Jan 2008 09:31:48 UTC

Scaffold::Cache::FastMmap - Caching is based on fastmmap. River stage zero No dependents

This module initializes the Cache::FastMmap module and uses it for the caching engine within Scaffold. The synopsis shows the defaults that are used in initialization....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Class::Method::Cache::FastMmap - Cache method results using Cache::FastMmap River stage zero No dependents

This package allows you to easily cache the results of a method call using Cache::FastMmap....

RRWO/Class-Method-Cache-FastMmap-v0.3.2 - 14 May 2018 20:18:39 UTC

Gantry::Plugins::Cache::FastMmap - A Plugin interface to a caching subsystem River stage one • 3 direct dependents • 3 total dependents

This plugin mixes in methods to store data within a cache. This data is then available for later retrival. Data is stored within the cache by key/value pairs. There are no restrictions on what information can be stored. This cache is designed for sho...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

lib/PEF/Front/Cache/FastMmap.pm River stage one • 1 direct dependent • 1 total dependent

ANTONPETR/PEF-Front-0.26 - 28 Dec 2017 11:36:57 UTC

MooseX::WithCache::Backend::Cache::FastMmap - Cache::FastMmap Backend River stage one • 3 direct dependents • 3 total dependents

RCL/MooseX-WithCache-0.01007 - 03 Jun 2015 13:06:49 UTC

lib/Algorithm/FloodControl/Backend/Cache/FastMmap.pm River stage one • 3 direct dependents • 4 total dependents

GUGU/Algorithm-FloodControl-2.001000 - 22 Mar 2011 14:27:27 UTC

Catalyst::Plugin::Cache::FastMmap - DEPRECATED FastMmap cache River stage one • 1 direct dependent • 1 total dependent

This package is part of the Catalyst Cache family. It allows integration of Cache::FastMmap and Catalyst This module extends the Catalyst application class with a "mmap" cache. This module is not recommended for production use, as Cache::FastMmap can...

BOBTFISH/Catalyst-Plugin-Cache-FastMmap-0.9 - 22 Mar 2011 08:43:05 UTC

Catalyst::Plugin::Cache::Store::FastMmap - DEPRECATED - FastMmap cache store for Catalyst::Plugin::Cache. River stage zero No dependents

This store plugin is a bit of a wrapper for Cache::FastMmap. While you could normally just configure with backend => { class => "Cache::FastMmap", share_file => ..., } Cache::FastMmap can't store plain values by default. This module ships with a subc...

NUFFIN/Catalyst-Plugin-Cache-Store-FastMmap-0.02 - 05 Jul 2007 19:15:48 UTC

Catalyst::Plugin::Cache::Backend::FastMmap - A thin wrapper for Cache::FastMmap that can handle non refs. River stage zero No dependents

NUFFIN/Catalyst-Plugin-Cache-Store-FastMmap-0.02 - 05 Jul 2007 19:15:48 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

Cache::Cascade - Get/set values to/from a group of caches, with some advanced semantics. River stage zero No dependents

In a multiprocess, and especially a multiserver application caching is a very effective means of improving results. The tradeoff of increasing the scale of the caching is in added complexity. For example, caching in a FastMmap based storage is much s...

ETHER/Cache-Cascade-0.07 - 05 May 2016 22:50:45 UTC

Scaffold::Cache - The base class for Caching in Scaffold River stage zero No dependents

Scaffold provides two caching engines, they are Scaffold::Cache::FastMmap and Scaffold::Cache::Memcached. This module defines the stanadard api that the engines need to implement. Scaffold::Cache::Manager is used to maintain the caching subsystem. It...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Cache::Profile - Measure the performance of a cache River stage zero No dependents

This modules provide a wrapper object for various caching modules (it should work with most caching modules on the CPAN). The idea is to measure the performance of caches (both timing info and hit/miss rates), in order to help make an informed decisi...

ETHER/Cache-Profile-0.06 - 25 Sep 2016 03:56:44 UTC

Cache::SimpleDir - Cache time consuming subroutines, rest api calls River stage zero No dependents

Every time you use the get method, it returns only the cache directory where your files are stored. It is up to your code, to do something with these files. Read them, copy them or whatever. If the cache data are older than *expire_sec* then the *cal...

MPOURASG/Cache-SimpleDir-2.1.5 - 24 Feb 2019 23:49:24 UTC

Cache::Moustache - you'd have to be insane to use a module called Cache::Moustache, wouldn't you? River stage zero No dependents

If you subscribe to the worse-is-better philosophy, then this is quite possibly the best cache module available on CPAN. It's the kind of module a five-year-old might write if you gave them a project to write a caching module. Not a particularly gift...

TOBYINK/Cache-Moustache-0.006 - 12 May 2017 08:37:31 UTC

MCE::Shared::Cache - A hybrid LRU-plain cache helper class River stage one • 2 direct dependents • 3 total dependents

A cache helper class for use as a standalone or managed by MCE::Shared. This module implements a least-recently used (LRU) cache with its origin based on MCE::Shared::Ordhash, for its performance and low-memory characteristics. It is both a LRU and p...

MARIOROY/MCE-Shared-1.886 - 13 Sep 2023 23:57:14 UTC

Catalyst::Plugin::Cache - Flexible caching support for Catalyst. River stage one • 7 direct dependents • 8 total dependents

This plugin gives you access to a variety of systems for caching data. It allows you to use a very simple configuration API, while maintaining the possibility of flexibility when you need it later. Among its features are support for multiple backends...

BOBTFISH/Catalyst-Plugin-Cache-0.12 - 25 Feb 2013 14:45:52 UTC

Scaffold::Cache::Manager - Maintains the cache subsystem for Scaffold River stage zero No dependents

Scaffold::Cache::Manager is a plugin that maintains the cache system. It purges expired items from the cache. It runs in the pre_action phase of plugin execution. This plugin is automatically loaded when Scaffold::Server initializes. Thus it is the f...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC
25 results (0.036 seconds)