{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::Store::File (perldoc)\n\n## NAME\n\nApache::Session::Store::File - Store persistent data on the filesystem\n\n## SYNOPSIS\n\nuse Apache::Session::Store::File;\nmy $store = Apache::Session::Store::File->new;\n$store->insert($ref);\n$store->update($ref);\n$store->materialize($ref);\n$store->remove($ref);\n\n## DESCRIPTION\n\nThis module fulfills the storage interface of Apache::Session. The serialized objects are stored\nin files on your filesystem.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **NOTES**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Apache::Session::Store::File",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::Store::File - Store persistent data on the filesystem",
        "synopsis": "use Apache::Session::Store::File;\nmy $store = Apache::Session::Store::File->new;\n$store->insert($ref);\n$store->update($ref);\n$store->materialize($ref);\n$store->remove($ref);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Apache::Session::Store::File - Store persistent data on the filesystem\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Apache::Session::Store::File;\n\nmy $store = Apache::Session::Store::File->new;\n\n$store->insert($ref);\n$store->update($ref);\n$store->materialize($ref);\n$store->remove($ref);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module fulfills the storage interface of Apache::Session. The serialized objects are stored\nin files on your filesystem.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "This module requires one argument in the usual Apache::Session style. The name of the option is\nDirectory, and the value is the full path of the directory where you wish to place the files.\nExample\n\ntie %s, 'Apache::Session::File', undef,\n{Directory => '/tmp/sessions'};\n",
                "subsections": []
            },
            "NOTES": {
                "content": "All session objects are stored in the same directory. Some filesystems, such as Linux's ext2fs,\nhave O(n) performance where n is the number of files in a directory. Other filesystems, like\nSun's UFS, and Linux's reiserfs, do not have this problem. You should consider your filesystem's\nperformance before using this module to store many objects.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "This module was written by Jeffrey William Baker <jwbaker@acm.org>.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Apache::Session\n",
                "subsections": []
            }
        }
    }
}