Cache::BaseCacheTester
abstract cache tester base class
- Provided by: libcache-cache-perl (Version: 1.08-3)
- Report a bug
abstract cache tester base class
BaseCacheTester provides functionality common to all instances of a class that will test cache implementations.
BaseCacheTester provides functionality common to all instances of a class that will test cache implementations.
package Cache::MyCacheTester; use vars qw( @ISA ); use Cache::BaseCacheTester; @ISA = qw( Cache::BaseCacheTester );
Cache::CacheTester, Cache::SizeAwareCacheTester
Original author: DeWitt Clinton <dewitt@unto.net>
Last author: $Author: dclinton $
Copyright (C) 2001-2003 DeWitt Clinton