This manual page is for Mac OS X version 10.6

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



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 clientside
       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.10.0                                     2007-11-26                        DBI::Util::CacheMemory(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation to the Perl project. (See perlbug(1) for submission instructions.)
Bug reports
Report bugs in the functionality of the described tool or API to Apple through Bug Reporter and to the Perl project using perlbug(1).
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.