Cache::CacheTester - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME DESCRIPTION SYNOPSIS METHODS SEE ALSO AUTHOR
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 AT unto.net>

    Last author: $Author: dclinton $

    Copyright (C) 2001-2003 DeWitt Clinton


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 09:28 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top