{
    "mode": "perldoc",
    "parameter": "Cache::Tester",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Cache%3A%3ATester/json",
    "generated": "2026-06-12T12:27:27Z",
    "synopsis": "use Cache::Tester;\nBEGIN { plan tests => 2 + $CACHETESTS }\nuseok('Cache::Memory');\nmy $cache = Cache::Memory->new();\nok($cache, 'Cache created');\nruncachetests($cache);",
    "sections": {
        "NAME": {
            "content": "Cache::Tester - test utility for Cache implementations\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Cache::Tester;\n\nBEGIN { plan tests => 2 + $CACHETESTS }\n\nuseok('Cache::Memory');\n\nmy $cache = Cache::Memory->new();\nok($cache, 'Cache created');\n\nruncachetests($cache);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module is used to run tests against an instance of a Cache implementation to ensure that it\noperates as required by the Cache specification.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Cache\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Chris Leishman <chris@leishman.org>\nBased on work by DeWitt Clinton <dewitt@unto.net>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (C) 2003-2006 Chris Leishman.  All Rights Reserved.\n\nThis module is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either expressed\nor implied. This program is free software; you can redistribute or modify it under the same\nterms as Perl itself.\n\n$Id: Tester.pm,v 1.8 2006/01/31 15:23:58 caleishm Exp $\n",
            "subsections": []
        }
    },
    "summary": "Cache::Tester - test utility for Cache implementations",
    "flags": [],
    "examples": [],
    "see_also": []
}