{
    "content": [
        {
            "type": "text",
            "text": "# Cache::SizeAwareCacheTester (perldoc)\n\n## NAME\n\nCache::SizeAwareCacheTester -- a class for regression testing size aware caches\n\n## SYNOPSIS\n\nuse Cache::SizeAwareMemoryCache;\nuse Cache::SizeAwareCacheTester;\nmy $cache = new Cache::SizeAwareMemoryCache( );\nmy $cachetester = new Cache::SizeAwareCacheTester( 1 );\n$cachetester->test( $cache );\n\n## DESCRIPTION\n\nThe SizeCacheTester is used to verify that a cache implementation honors its contract with\nrespect to resizing capabilities\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **SYNOPSIS**\n- **METHODS** (2 subsections)\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Cache::SizeAwareCacheTester",
        "section": "",
        "mode": "perldoc",
        "summary": "Cache::SizeAwareCacheTester -- a class for regression testing size aware caches",
        "synopsis": "use Cache::SizeAwareMemoryCache;\nuse Cache::SizeAwareCacheTester;\nmy $cache = new Cache::SizeAwareMemoryCache( );\nmy $cachetester = new Cache::SizeAwareCacheTester( 1 );\n$cachetester->test( $cache );",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "new",
                        "lines": 2
                    },
                    {
                        "name": "test",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Cache::SizeAwareCacheTester -- a class for regression testing size aware caches\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The SizeCacheTester is used to verify that a cache implementation honors its contract with\nrespect to resizing capabilities\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Cache::SizeAwareMemoryCache;\nuse Cache::SizeAwareCacheTester;\n\nmy $cache = new Cache::SizeAwareMemoryCache( );\n\nmy $cachetester = new Cache::SizeAwareCacheTester( 1 );\n\n$cachetester->test( $cache );\n",
                "subsections": []
            },
            "METHODS": {
                "content": "",
                "subsections": [
                    {
                        "name": "new",
                        "content": "Construct a new SizeAwareCacheTester object, with the counter starting at *$initialcount*.\n"
                    },
                    {
                        "name": "test",
                        "content": "Run the tests.\n"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "Cache::Cache, Cache::BaseCacheTester, Cache::CacheTester\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": []
            }
        }
    }
}