Cache::SizeAwareCacheTester - a class for regression testing size aware caches

NAME  DESCRIPTION  SYNOPSIS  METHODS  SEE ALSO  AUTHOR 

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 <[email protected]>

Last author: $Author: dclinton $

Copyright (C) 2001−2003 DeWitt Clinton


Updated 2024-01-29 - jenkler.se | uex.se