DBI::Util::CacheMemory - a very fast but very minimal subset of Cache::Memory
Please see following description for synopsis
User Contributed Perl Documentation DBI::Util::CacheMemory(3)
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.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------------+
|Availability | library/perl-5/database-532 |
+---------------+-----------------------------+
|Stability | Committed |
+---------------+-----------------------------+
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://backpan.perl.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz.
Further information about this software can be found on the open source
community website at http://search.cpan.org/~timb/DBI/.
perl v5.32.0 2013-06-24 DBI::Util::CacheMemory(3)