{
    "content": [
        {
            "type": "text",
            "text": "# Cache::MemoryCache (perldoc)\n\n## NAME\n\nCache::MemoryCache -- implements the Cache interface.\n\n## SYNOPSIS\n\nuse Cache::MemoryCache;\nmy $cache = new Cache::MemoryCache( { 'namespace' => 'MyNamespace',\n'defaultexpiresin' => 600 } );\nSee Cache::Cache for the usage synopsis.\n\n## DESCRIPTION\n\nThe MemoryCache class implements the Cache interface. This cache stores data on a per-process\nbasis. This is the fastest of the cache implementations, but data can not be shared between\nprocesses with the MemoryCache. However, the data will remain in the cache until cleared, it\nexpires, or the process dies. The cache object simply going out of scope will not destroy the\ndata.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **SYNOPSIS**\n- **METHODS**\n- **OPTIONS**\n- **PROPERTIES**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Cache::MemoryCache",
        "section": "",
        "mode": "perldoc",
        "summary": "Cache::MemoryCache -- implements the Cache interface.",
        "synopsis": "use Cache::MemoryCache;\nmy $cache = new Cache::MemoryCache( { 'namespace' => 'MyNamespace',\n'defaultexpiresin' => 600 } );\nSee Cache::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": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "PROPERTIES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Cache::MemoryCache -- implements the Cache interface.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The MemoryCache class implements the Cache interface. This cache stores data on a per-process\nbasis. This is the fastest of the cache implementations, but data can not be shared between\nprocesses with the MemoryCache. However, the data will remain in the cache until cleared, it\nexpires, or the process dies. The cache object simply going out of scope will not destroy the\ndata.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Cache::MemoryCache;\n\nmy $cache = new Cache::MemoryCache( { 'namespace' => 'MyNamespace',\n'defaultexpiresin' => 600 } );\n\nSee Cache::Cache for the usage synopsis.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "See Cache::Cache for the API documentation.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "See Cache::Cache for standard options.\n",
                "subsections": []
            },
            "PROPERTIES": {
                "content": "See Cache::Cache for default properties.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Cache::Cache\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": []
            }
        }
    }
}