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

Search results for "module:Cache::MemoryCache"

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

The MemoryCache class implements the Cache interface. This cache stores data on a per-process basis. This is the fastest of the cache implementations, but data can not be shared between processes with the MemoryCache. However, the data will remain in...

RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTC

Cache::Memory - Memory based implementation of the Cache interface River stage two • 20 direct dependents • 25 total dependents

The Cache::Memory class implements the Cache interface. This cache stores data on a per-process basis. This is the fastest of the cache implementations, but is memory intensive and data can not be shared between processes. It also does not persist af...

SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTC

Cache::FastMemoryCache - In-memory cache of arbitrary data. River stage one • 1 direct dependent • 1 total dependent

Cache::FastMemoryCache is an in-memory cache, implemented as an extension to the excellent Cache::Cache suite. All cached items are stored per-process. The cache does not persist after the process dies. It is the fastest of all the Cache::* types bec...

MILLAWAY/Cache-FastMemoryCache-0.01 - 29 Apr 2003 22:25:27 UTC

Cache::MemoryBackend - a memory based persistence mechanism River stage three • 72 direct dependents • 388 total dependents

The MemoryBackend class is used to persist data to memory...

RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTC

Cache::FastMemoryBackend - The backend to Cache::FastMemoryCache. River stage one • 1 direct dependent • 1 total dependent

This is an internal module used by Cache::FastMemoryCache. It is not intended to be instaniated or manipulated by the end-user....

MILLAWAY/Cache-FastMemoryCache-0.01 - 29 Apr 2003 22:25:27 UTC

Cache::SharedMemoryCache - extends the MemoryCache. River stage three • 72 direct dependents • 388 total dependents

The SharedMemoryCache extends the MemoryCache class and binds the data store to shared memory so that separate process can use the same cache. The official recommendation is now to use FileCache instead of SharedMemoryCache. The reasons for this incl...

RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTC

Cache::SharedMemoryBackend - a shared memory based persistence mechanism River stage three • 72 direct dependents • 388 total dependents

The SharedMemoryBackend class is used to persist data to shared memory...

RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTC

Cache::SizeAwareMemoryCache - extends Cache::MemoryCache River stage three • 72 direct dependents • 388 total dependents

The SizeAwareMemoryCache class adds the ability to dynamically limit the size (in bytes) of a memory based cache. This class also implements the SizeAwareCache interface, providing the 'max_size' option and the 'limit_size( $size )' method....

RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTC

Cache::Memory::Simple - Yet another on memory cache River stage two • 12 direct dependents • 14 total dependents

Cache::Memory::Simple is yet another on memory cache implementation....

TOKUHIROM/Cache-Memory-Simple-1.03 - 17 Feb 2014 09:50:22 UTC

Cache::Memory::Entry - An entry in the memory based implementation of Cache River stage two • 20 direct dependents • 25 total dependents

This module implements a version of Cache::Entry for the Cache::Memory variant of Cache. It should not be created or used directly, please see 'Cache::Memory' or 'Cache::Entry' instead....

SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTC

XAO::DO::Cache::Memory - memory storage back-end for XAO::Cache River stage one • 4 direct dependents • 6 total dependents

Cache::Memory is the default implementation of XAO::Cache back-end. It stores data in memory....

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

Cache::Memory::HeapElem - wrapper for Heap::Elem that stores keys River stage two • 20 direct dependents • 25 total dependents

For internal use by Cache::Memory only....

SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTC

Cache::Memory::Simple::Scalar - Cache one scalar value River stage two • 12 direct dependents • 14 total dependents

Cache::Memory::Simple::Scalar is cache storage for one scalar value with expiration....

TOKUHIROM/Cache-Memory-Simple-1.03 - 17 Feb 2014 09:50:22 UTC

Cache::AgainstFile::Memory - cache data parsed from files in memory River stage zero No dependents

Data structures parsed from files are cached in memory. This is particularly suited to persistent environments such as modperl or other daemon processes. For short-lived processes such as CGI scripts, the Storable backend might be more appropriate. N...

BBC/Cache-AgainstFile-1.016 - 09 May 2006 09:14:44 UTC

Cache::SizeAwareSharedMemoryCache - extends Cache::SizeAwareMemoryCache River stage three • 72 direct dependents • 388 total dependents

The SizeAwareSharedMemoryCache class adds the ability to dynamically limit the size (in bytes) of a shared memory based cache. This class also implements the SizeAwareCache interface, providing the 'max_size' option and the 'limit_size( $size )' meth...

RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTC

lib/Petal/Cache/Memory.pm River stage one • 7 direct dependents • 8 total dependents

NINE/Petal-2.26 - 20 May 2020 12:54:55 UTC

Catalyst::Plugin::Cache::Store::Memory - Stupid memory based cache store plugin. River stage one • 7 direct dependents • 8 total dependents

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

Catalyst::Plugin::Cache::Backend::Memory - Stupid memory based caching backend. River stage one • 7 direct dependents • 8 total dependents

This backend uses Storable to cache data in memory. In combination with an engine like FastCGI/mod_perl/prefork which calls fork() your cache will get async because child processes don't share cache in memory....

BOBTFISH/Catalyst-Plugin-Cache-0.12 - 25 Feb 2013 14:45:52 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
26 results (0.039 seconds)