Cache::NullCache - implements the Cache interface.


Cache-Cache documentation  | view source Contained in the Cache-Cache distribution.

Index


NAME

Top

Cache::NullCache -- implements the Cache interface.

DESCRIPTION

Top

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

Top

  use Cache::NullCache;

  my $cache = new Cache::NullCache( );

  See Cache::Cache for the usage synopsis.

METHODS

Top

See Cache::Cache for the API documentation.

OPTIONS

Top

See Cache::Cache for standard options.

PROPERTIES

Top

See Cache::Cache for default properties.

SEE ALSO

Top

Cache::Cache

AUTHOR

Top

Original author: Jay Sachs

Last author: $Author: dclinton $

Copyright (C) 2001 Jay Sachs, 2002 DeWitt Clinton


Cache-Cache documentation  | view source Contained in the Cache-Cache distribution.