Core Help Root: Subsystems: Command Parsing System: Command Cache: Server Methods


.cache_server_init()
Called by cache clients to notify prepare the server for use. MUST be called before a server will function (and is called automatically when the client starts).
.cache_server_uninit()
Notifies the cache that one of its clients is going away. The server will do a cursory check and may purge its cache if it determines it is no longer needed.
.is_general_cache()
Returns true if the server is configured as a General Cache.
.purge_cache()
Clears the command (and shortcut) cache.
.rehash_cache()
Builds the command (and shortcut) cache.
.add_object_to_cache()
Adds all commands defined on an object to the cache.
.add_to_cache()
Adds a command to the cache.
.del_from_cache()
Removes a command from the cache.
.shortcut_cache()
Returns the shortcut cache.
.command_cache()
Returns the command cache.


Server Methods | Client Methods | Creation and Destruction Methods


the Cold Dark