Query: dbi::util::cachememory
OS: osx
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)NAMEDBI::Util::CacheMemory - a very fast but very minimal subset of Cache::MemoryDESCRIPTIONLike 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 CHANGESnew All options except "namespace" are ignored. set Doesn't support expiry. purge Same as clear() - deletes everything in the namespace.METHODS WITHOUT CHANGESclear count exists removeUNSUPPORTED METHODSIf it's not listed above, it's not supported. perl v5.16.2 2007-11-26 DBI::Util::CacheMemory(3)
Similar Topics in the Unix Linux Community |
---|
When is a _function_ not a _function_? |
Hearing Aid for OSX 10.12.x and greater. |
Syntax error in subtraction in Bash |
Python: Refer a properties file from different location |