{
    "content": [
        {
            "type": "text",
            "text": "# DBI::Util::CacheMemory (perldoc)\n\n## NAME\n\nDBI::Util::CacheMemory - a very fast but very minimal subset of Cache::Memory\n\n## DESCRIPTION\n\nLike Cache::Memory (part of the Cache distribution) but doesn't support any fancy features.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **METHODS WITH CHANGES**\n- **METHODS WITHOUT CHANGES**\n- **UNSUPPORTED METHODS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "DBI::Util::CacheMemory",
        "section": "",
        "mode": "perldoc",
        "summary": "DBI::Util::CacheMemory - a very fast but very minimal subset of Cache::Memory",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "METHODS WITH CHANGES",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "METHODS WITHOUT CHANGES",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "UNSUPPORTED METHODS",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "DBI::Util::CacheMemory - a very fast but very minimal subset of Cache::Memory\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Like Cache::Memory (part of the Cache distribution) but doesn't support any fancy features.\n\nThis module aims to be a very fast compatible strict sub-set for simple cases, such as basic\nclient-side caching for DBD::Gofer.\n\nLike Cache::Memory, and other caches in the Cache and Cache::Cache distributions, the data will\nremain in the cache until cleared, it expires, or the process dies. The cache object simply\ngoing out of scope will *not* destroy the data.\n",
                "subsections": []
            },
            "METHODS WITH CHANGES": {
                "content": "new\nAll options except \"namespace\" are ignored.\n\nset\nDoesn't support expiry.\n\npurge\nSame as clear() - deletes everything in the namespace.\n",
                "subsections": []
            },
            "METHODS WITHOUT CHANGES": {
                "content": "clear\ncount\nexists\nremove\n",
                "subsections": []
            },
            "UNSUPPORTED METHODS": {
                "content": "If it's not listed above, it's not supported.\n",
                "subsections": []
            }
        }
    }
}