Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

DBI::Util::CacheMemory

Name DBI::Util::CacheMemory
Version 0.010315
Located at /usr/local/lib64/perl5
File /usr/local/lib64/perl5/DBI/Util/CacheMemory.pm
Is Core No
Search CPAN for this module DBI::Util::CacheMemory
Documentation DBI::Util::CacheMemory
Module Details DBI::Util::CacheMemory

NAME

DBI::Util::CacheMemory - a very fast but very minimal subset of Cache::Memory


DESCRIPTION

Like Cache::Memory (part of the Cache distribution) but doesn't support any fancy features.

This module aims to be a very fast compatible strict sub-set for simple cases, such as basic client-side caching for DBD::Gofer.

Like Cache::Memory, and other caches in the Cache and Cache::Cache distributions, the data will remain in the cache until cleared, it expires, or the process dies. The cache object simply going out of scope will not destroy the data.


METHODS WITH CHANGES

new

All options except namespace are ignored.

set

Doesn't support expiry.

purge

Same as clear() - deletes everything in the namespace.


METHODS WITHOUT CHANGES

clear
count
exists
remove


UNSUPPORTED METHODS

If it's not listed above, it's not supported.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024