Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Cache::NullCache

Name Cache::NullCache
Version
Located at /usr/share/perl5
File /usr/share/perl5/Cache/NullCache.pm
Is Core No
Search CPAN for this module Cache::NullCache
Documentation Cache::NullCache
Module Details Cache::NullCache


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 Diver brought to you by ScriptSolutions.com © 1997- 2026