{
    "mode": "perldoc",
    "parameter": "Cache::NullCache",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Cache%3A%3ANullCache/json",
    "generated": "2026-06-09T12:29:17Z",
    "synopsis": "use Cache::NullCache;\nmy $cache = new Cache::NullCache( );\nSee Cache::Cache for the usage synopsis.",
    "sections": {
        "NAME": {
            "content": "Cache::NullCache -- implements the Cache interface.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The NullCache class implements the Cache::Cache interface, but does not actually persist data.\nThis is useful when developing and debugging a system and you wish to easily turn off caching.\nAs a result, all calls to get and getobject will return undef.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Cache::NullCache;\n\nmy $cache = new Cache::NullCache( );\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: Jay Sachs\n\nLast author: $Author: dclinton $\n\nCopyright (C) 2001 Jay Sachs, 2002 DeWitt Clinton\n",
            "subsections": []
        }
    },
    "summary": "Cache::NullCache -- implements the Cache interface.",
    "flags": [],
    "examples": [],
    "see_also": []
}