The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Cache-Cache FileCache"

Cache::FileCache - implements the Cache interface. River stage three • 72 direct dependents • 424 total dependents

The FileCache class implements the Cache interface. This cache stores data in the filesystem so that it can be shared between processes....

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

Cache::FileBackend - a filesystem based persistence mechanism River stage three • 72 direct dependents • 424 total dependents

The FileBackend class is used to persist data to the filesystem...

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

Cache::SizeAwareFileCache - extends Cache::FileCache River stage three • 72 direct dependents • 424 total dependents

The SizeAwareFileCache class adds the ability to dynamically limit the size (in bytes) of a file system 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::Cache - the Cache interface. River stage three • 72 direct dependents • 424 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::BaseCache - abstract cache base class River stage three • 72 direct dependents • 424 total dependents

BaseCache provides functionality common to all instances of a cache. It differs from the CacheUtils package insofar as it is designed to be used as superclass for cache implementations....

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

Cache::SharedMemoryCache - extends the MemoryCache. River stage three • 72 direct dependents • 424 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
6 results (0.027 seconds)