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::CacheTester

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


NAME

Cache::CacheTester -- a class for regression testing caches


DESCRIPTION

The CacheTester is used to verify that a cache implementation honors its contract.


SYNOPSIS

  use Cache::MemoryCache;
  use Cache::CacheTester;
  my $cache = new Cache::MemoryCache( );
  my $cache_tester = new Cache::CacheTester( 1 );
  $cache_tester->test( $cache );


METHODS

new( $initial_count )
Construct a new CacheTester object, with the counter starting at $initial_count.

test( )
Run the tests.


SEE ALSO

Cache::Cache, Cache::BaseCacheTester


AUTHOR

Original author: DeWitt Clinton <dewitt@unto.net>

Last author: $Author: dclinton $

Copyright (C) 2001-2003 DeWitt Clinton

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026