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)NAMECache::SizeAwareCacheTester -- a class for regression testing size aware cachesDESCRIPTIONThe SizeCacheTester is used to verify that a cache implementation honors its contract with respect to resizing capabilitiesSYNOPSISuse Cache::SizeAwareMemoryCache; use Cache::SizeAwareCacheTester; my $cache = new Cache::SizeAwareMemoryCache( ); my $cache_tester = new Cache::SizeAwareCacheTester( 1 ); $cache_tester->test( $cache );METHODSnew( $initial_count ) Construct a new SizeAwareCacheTester object, with the counter starting at $initial_count. test( ) Run the tests.SEE ALSOCache::Cache, Cache::BaseCacheTester, Cache::CacheTesterAUTHOROriginal 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::filebackend(3pm) - debian |
| cache::null(3pm) - debian |
| cache::ref::clock(3pm) - debian |
| cache::sharedmemorycache(3pm) - debian |
| cache::sizeawarefilecache(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |