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

Man Page: cache::cachetester

Operating Environment: debian

Section: 3pm

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

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 v5.12.4 2009-03-01 Cache::CacheTester(3pm)
Related Man Pages
cache::basecachetester(3pm) - debian
cache::cache(3pm) - debian
cache::object(3pm) - debian
cache::sharedmemorycache(3pm) - debian
gtk2::gdk::pixbuf::draw::cache(3pm) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?