{
    "content": [
        {
            "type": "text",
            "text": "# RDoc::Store (ri)\n\n## Section Outline\n\n- **RDoc::Store < Object** (20 lines)\n- **Constants:** (4 lines)\n- **Class methods:** (2 lines)\n- **Instance methods:** (66 lines)\n- **Attributes:** (10 lines)\n\n## Full Content\n\n### RDoc::Store < Object\n\n(from gem rdoc-7.2.0)\n------------------------------------------------------------------------\nA set of rdoc data for a single project (gem, path, etc.).\n\nThe store manages reading and writing ri data for a project and\nmaintains a cache of methods, classes and ancestors in the store.\n\nThe store maintains a #cache of its contents for faster lookup.  After\nadding items to the store it must be flushed using #savecache.  The\ncache contains the following structures:\n\n@cache = {\n:ancestors        => {}, # class name => ancestor names\n:attributes       => {}, # class name => attributes\n:classmethods    => {}, # class name => class methods\n:instancemethods => {}, # class name => instance methods\n:modules          => [], # classes and modules in this store\n:pages            => [], # page names\n}\n------------------------------------------------------------------------\n\n### Constants:\n\nMarshalFilter:\n[not documented]\n\n### Class methods:\n\nnew\n\n### Instance methods:\n\naddcenclosure\naddcvariables\naddfile\nallclasses\nallclassesandmodules\nallfiles\nallmodules\nancestors\nattributes\ncclassvariables\ncsingletonclassvariables\ncache\ncachepath\nclassfile\nclassmethods\nclasspath\nclasseshash\ncomplete\ndryrun\nencoding\nfileshash\nfindcenclosure\nfindclassnamed\nfindclassnamedfrom\nfindclassormodule\nfindfilenamed\nfindmodulenamed\nfindtextpage\nfindunique\nfixbasicobjectinheritance\nfriendlypath\ninstancemethods\nloadall\nloadcache\nloadclass\nloadclassdata\nloadmethod\nloadpage\nmain\nmain=\nmakevariablemap\nmarshalload\nmethodfile\nmodulenames\nmoduleshash\noptions\npage\npagefile\npath\nremovenodoc\nresolvecsuperclasses\nsave\nsavecache\nsaveclass\nsavemethod\nsavepage\nsource\ntitle\ntitle=\ntype\nuniqueclasses\nuniqueclassesandmodules\nuniquemodules\nunmatchedconstantalias\nupdateparseroffile\n\n### Attributes:\n\nattraccessor dryrun\nattraccessor encoding\nattraccessor path\nattraccessor type\nattrreader cclassvariables\nattrreader csingletonclassvariables\nattrreader cache\nattrreader options\nattrreader unmatchedconstantalias\n\n"
        }
    ],
    "structuredContent": {
        "command": "RDoc::Store",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "RDoc::Store < Object",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 66,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 10,
                "subsections": []
            }
        ]
    }
}