{
    "mode": "perldoc",
    "parameter": "Cache::BaseCacheTester",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Cache%3A%3ABaseCacheTester/json",
    "generated": "2026-06-09T15:55:42Z",
    "synopsis": "BaseCacheTester provides functionality common to all instances of a class that will test cache\nimplementations.\npackage Cache::MyCacheTester;\nuse vars qw( @ISA );\nuse Cache::BaseCacheTester;\n@ISA = qw( Cache::BaseCacheTester );",
    "sections": {
        "NAME": {
            "content": "Cache::BaseCacheTester -- abstract cache tester base class\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "BaseCacheTester provides functionality common to all instances of a class that will test cache\nimplementations.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "BaseCacheTester provides functionality common to all instances of a class that will test cache\nimplementations.\n\npackage Cache::MyCacheTester;\n\nuse vars qw( @ISA );\nuse Cache::BaseCacheTester;\n\n@ISA = qw( Cache::BaseCacheTester );\n",
            "subsections": []
        },
        "METHODS": {
            "content": "",
            "subsections": [
                {
                    "name": "new",
                    "content": "Construct a new BaseCacheTester and initialize the test count to *$basetestcount*.\n"
                },
                {
                    "name": "ok",
                    "content": "Print a message to stdout in the form \"ok $testcount\" and increments the test count.\n"
                },
                {
                    "name": "not_ok",
                    "content": "Print a message to stdout in the form \"not ok $testcount # *$message* \" and increments the\ntest count.\n"
                },
                {
                    "name": "skip",
                    "content": "Print a message to stdout in the form \"ok $testcount # skipped *$message* \" and increments\nthe test count.\n"
                }
            ]
        },
        "SEE ALSO": {
            "content": "Cache::CacheTester, Cache::SizeAwareCacheTester\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Original author: DeWitt Clinton <dewitt@unto.net>\n\nLast author: $Author: dclinton $\n\nCopyright (C) 2001-2003 DeWitt Clinton\n",
            "subsections": []
        }
    },
    "summary": "Cache::BaseCacheTester -- abstract cache tester base class",
    "flags": [],
    "examples": [],
    "see_also": []
}