cache::nullcache(3pm) debian man page | unix.com

Man Page: cache::nullcache

Operating Environment: debian

Section: 3pm

Cache::NullCache(3pm)					User Contributed Perl Documentation				     Cache::NullCache(3pm)

NAME
Cache::NullCache -- implements the Cache interface.
DESCRIPTION
The NullCache class implements the Cache::Cache interface, but does not actually persist data. This is useful when developing and debugging a system and you wish to easily turn off caching. As a result, all calls to get and get_object will return undef.
SYNOPSIS
use Cache::NullCache; my $cache = new Cache::NullCache( ); See Cache::Cache for the usage synopsis.
METHODS
See Cache::Cache for the API documentation.
OPTIONS
See Cache::Cache for standard options.
PROPERTIES
See Cache::Cache for default properties.
SEE ALSO
Cache::Cache
AUTHOR
Original author: Jay Sachs Last author: $Author: dclinton $ Copyright (C) 2001 Jay Sachs, 2002 DeWitt Clinton perl v5.12.4 2009-03-01 Cache::NullCache(3pm)
Related Man Pages
cache::cachemetadata(3pm) - debian
cache::null(3pm) - debian
cache::sharedmemorycache(3pm) - debian
cache::sizeawaresharedmemorycache(3pm) - debian
gtk2::gdk::pixbuf::draw::cache(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results