/shared2/cntcache.txt |
Type | Generic file |
/shared2/cntcache.txt is a file accessed by the CNTCACHE library in System Menu 4.0 and higher. The code that creates it has not been identified, but the reading code appears to read it as a series of commands on separate lines. The only commands present in System Menu 4.3 are DeleteTitle and DeleteContent.
Commands
There appears to be a complex set of rules for parsing title and content IDs.
Name
|
Usage
|
Description
|
DeleteTitle
|
DeleteTitle <tid>
|
Deletes the title if possible (i.e. the savefile is empty and the major version is 0); otherwise, deletes the title contents.
|
DeleteContent
|
DeleteContent <tid> <contents...>
|
Deletes all contents for the given title, specified by the content index. Deletes the title itself if the savefile is empty and the last content was deleted.
|