{
    "content": [
        {
            "type": "text",
            "text": "# Cache::MemoryBackend (perldoc)\n\n## NAME\n\nCache::MemoryBackend -- a memory based persistence mechanism\n\n## SYNOPSIS\n\nmy $backend = new Cache::MemoryBackend( );\nSee Cache::Backend for the usage synopsis.\n\n## DESCRIPTION\n\nThe MemoryBackend class is used to persist data to memory\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **SYNOPSIS**\n- **METHODS**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Cache::MemoryBackend",
        "section": "",
        "mode": "perldoc",
        "summary": "Cache::MemoryBackend -- a memory based persistence mechanism",
        "synopsis": "my $backend = new Cache::MemoryBackend( );\nSee Cache::Backend for the usage synopsis.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Cache::MemoryBackend -- a memory based persistence mechanism\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The MemoryBackend class is used to persist data to memory\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my $backend = new Cache::MemoryBackend( );\n\nSee Cache::Backend for the usage synopsis.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "See Cache::Backend for the API documentation.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Cache::Backend, Cache::FileBackend, Cache::ShareMemoryBackend\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": []
            }
        }
    }
}