Cache::CacheTester (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) Standard preamble: ========================================================================
NAME
Cache::CacheTester -- a class for regression testing cachesDESCRIPTION
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::BaseCacheTesterAUTHOR
Original author: DeWitt Clinton <dewitt@unto.net>Last author: $Author: dclinton $
Copyright (C) 2001-2003 DeWitt Clinton