{
    "content": [
        {
            "type": "text",
            "text": "# Cache::Null (perldoc)\n\n## NAME\n\nCache::Null - Null implementation of the Cache interface\n\n## SYNOPSIS\n\nuse Cache::Null;\nmy $cache = Cache::Null->new();\nSee Cache for the usage synopsis.\n\n## DESCRIPTION\n\nThe Cache::Null class implements the Cache interface, but does not actually persist data. This\nis useful when developing and debugging a system and you wish to easily turn off caching. As a\nresult, all calls return results indicating that there is no data stored.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CONSTRUCTOR**\n- **METHODS**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Cache::Null",
        "section": "",
        "mode": "perldoc",
        "summary": "Cache::Null - Null implementation of the Cache interface",
        "synopsis": "use Cache::Null;\nmy $cache = Cache::Null->new();\nSee Cache for the usage synopsis.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "CONSTRUCTOR",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 8,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Cache::Null - Null implementation of the Cache interface\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Cache::Null;\n\nmy $cache = Cache::Null->new();\n\nSee Cache for the usage synopsis.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The Cache::Null class implements the Cache interface, but does not actually persist data. This\nis useful when developing and debugging a system and you wish to easily turn off caching. As a\nresult, all calls return results indicating that there is no data stored.\n",
                "subsections": []
            },
            "CONSTRUCTOR": {
                "content": "my $cache = Cache::Null->new( %options )\n\nThe constructor takes cache properties as named arguments, for example:\n\nmy $cache = Cache::Null->new( defaultexpires => '600 sec' );\n\nSee 'PROPERTIES' below and in the Cache documentation for a list of all available properties\nthat can be set. However it should be noted that all the existing properties, such as\ndefaultexpires, have no effect in a Null cache.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "See 'Cache' for the API documentation.\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: Null.pm,v 1.4 2006/01/31 15:23:58 caleishm Exp $\n",
                "subsections": []
            }
        }
    }
}