debian man page for cache::sizeawarecachetester

Query: cache::sizeawarecachetester

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
Cache::SizeAwareCacheTester -- a class for regression testing size aware caches
DESCRIPTION
The SizeCacheTester is used to verify that a cache implementation honors its contract with respect to resizing capabilities
SYNOPSIS
use Cache::SizeAwareMemoryCache; use Cache::SizeAwareCacheTester; my $cache = new Cache::SizeAwareMemoryCache( ); my $cache_tester = new Cache::SizeAwareCacheTester( 1 ); $cache_tester->test( $cache );
METHODS
new( $initial_count ) Construct a new SizeAwareCacheTester object, with the counter starting at $initial_count. test( ) Run the tests.
SEE ALSO
Cache::Cache, Cache::BaseCacheTester, Cache::CacheTester
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::SizeAwareCacheTester(3pm)
Related Man Pages
cache::basecachetester(3pm) - debian
cache::filebackend(3pm) - debian
cache::null(3pm) - debian
cache::sharedmemorycache(3pm) - debian
cache::sizeawaresharedmemorycache(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph