mojave man page for dbi::util::cachememory

Query: dbi::util::cachememory

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBI::Util::CacheMemory(3)				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. perl v5.18.2 2013-06-24 DBI::Util::CacheMemory(3)
Related Man Pages
cache::basecache(3pm) - debian
cache::sizeawarefilecache(3pm) - debian
data::objectdriver::driver::cache::apache(3pm) - debian
data::objectdriver::driver::cache::memcached(3pm) - debian
html::mason::cache::basecache(3pm) - debian
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
Shopt -s histappend
My first PERL incarnation... Audio Oscillograph
Python 3.8.0rc1 released.
[BASH] eval command not expanding variables as expected.