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

Search results for "distribution:Cache 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::Null - Null implementation of the Cache interface River stage two • 20 direct dependents • 25 total dependents

The Cache::Null class implements the Cache interface, but does not actually persist data. This is useful when developing and debugging a system and you wish to easily turn off caching. As a result, all calls return results indicating that there is no...

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

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

The Cache::File class implements the Cache interface. This cache stores data in the filesystem so that it can be shared between processes and persists between process invocations....

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

Cache::Entry - interface for a cache entry River stage two • 20 direct dependents • 25 total dependents

Objects derived from Cache::Entry represent an entry in a Cache. Methods are provided that act upon the data in the entry, and allow you to set things like the expiry time. Users should not create instances of Cache::Entry directly, but instead use t...

SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 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::Tester - test utility for Cache implementations River stage two • 20 direct dependents • 25 total dependents

This module is used to run tests against an instance of a Cache implementation to ensure that it operates as required by the Cache specification....

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

Cache::IOString - wrapper for IO::String to use in Cache implementations River stage two • 20 direct dependents • 25 total dependents

This module implements a derived class of IO::String that handles access modes and allows callback on close. It is for use by Cache implementations and should not be used directly....

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

Cache::RemovalStrategy - abstract Removal Strategy interface for a Cache River stage two • 20 direct dependents • 25 total dependents

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

Cache::File::Heap - A file based heap for use by Cache::File River stage two • 20 direct dependents • 25 total dependents

This module is a wrapper around a Berkeley DB using a btree structure to implement a heap. It is specifically for use by Cache::File for storing expiry times (although with a bit of work it could be made more general). See LIMITATIONS below....

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

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

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

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

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

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

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

Cache::File::Handle - wrapper for IO::File to use in Cache::File implementation River stage two • 20 direct dependents • 25 total dependents

This module implements a derived class of IO::File that allows callback on close. It is for use by Cache::File and should not be used directly....

SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 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

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::RemovalStrategy::LRU - LRU Removal Strategy for a Cache River stage two • 20 direct dependents • 25 total dependents

Implements a Least Recently Used removal strategy for a Cache. When removing entries from the cache, the 'stalest' will be removed first....

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

Cache::RemovalStrategy::FIFO - FIFO Removal Strategy for a Cache River stage two • 20 direct dependents • 25 total dependents

Implements a First In First Out removal strategy for a Cache. When removing entries from the cache, the 'oldest' will be removed first....

SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTC
16 results (0.038 seconds)