Stores status updates and allows for active checks to retrieve them
A list of all available queries (check commands)
Command | Description |
---|---|
check_cache | Fetch results from the cache. |
list_cache | List all keys in the cache. |
A list of all short hand aliases for queries (check commands)
Command | Description |
---|---|
checkcache | Alias for: :query:check_cache |
Path / Section | Key | Description |
---|---|---|
/settings/cache | channel | CHANNEL |
/settings/cache | [primary index](#/settings/cache_primary index) | PRIMARY CACHE INDEX |
A quick reference for all available queries (check commands) in the SimpleCache module.
Fetch results from the cache.
Option | Default Value | Description |
---|---|---|
help | N/A | Show help screen (this screen) |
help-pb | N/A | Show help screen as a protocol buffer payload |
show-default | N/A | Show default values for a given command |
help-short | N/A | Show help screen (short format). |
key | The key (will not be parsed) | |
host | The host to look for (translates into the key) | |
command | The command to look for (translates into the key) | |
channel | The channel to look for (translates into the key) | |
alias | The alias to look for (translates into the key) | |
not-found-msg | Entry not found | The message to display when a message is not found |
not-found-code | unknown | The return status to return when a message is not found |
Description: Show help screen (this screen)
### help-pbDescription: Show help screen as a protocol buffer payload
### show-defaultDescription: Show default values for a given command
### help-shortDescription: Show help screen (short format).
### keyDescription: The key (will not be parsed)
### hostDescription: The host to look for (translates into the key)
### commandDescription: The command to look for (translates into the key)
### channelDescription: The channel to look for (translates into the key)
### aliasDescription: The alias to look for (translates into the key)
### not-found-msgDeafult Value: Entry not found
Description: The message to display when a message is not found
### not-found-codeDeafult Value: unknown
Description: The return status to return when a message is not found
List all keys in the cache.
Option | Default Value | Description |
---|---|---|
help | N/A | Show help screen (this screen) |
help-pb | N/A | Show help screen as a protocol buffer payload |
show-default | N/A | Show default values for a given command |
help-short | N/A | Show help screen (short format). |
Description: Show help screen (this screen)
### help-pbDescription: Show help screen as a protocol buffer payload
### show-defaultDescription: Show default values for a given command
### help-shortDescription: Show help screen (short format).
## CACHESection for simple cache module (SimpleCache.dll).
# Section for simple cache module (SimpleCache.dll).
[/settings/cache]
channel=CACHE
primary index=${alias-or-command}
Key | Default Value | Description |
---|---|---|
channel | CACHE | CHANNEL |
[primary index](#/settings/cache_primary index) | ${alias-or-command} | PRIMARY CACHE INDEX |
CHANNEL
The channel to listen to.
Key | Description |
---|---|
Path: | /settings/cache |
Key: | channel |
Default value: | CACHE |
Used by: | SimpleCache |
[/settings/cache]
# CHANNEL
channel=CACHE
PRIMARY CACHE INDEX
Set this to the value you want to use as unique key for the cache. Can be any arbitrary string as well as include any of the following special keywords:${command} = The command name, ${host} the host, ${channel} the recieving channel, ${alias} the alias for the command, ${alias-or-command} = alias if set otherweise command, ${message} = the message data (no escape), ${result} = The result status (number).
Key | Description |
---|---|
Path: | /settings/cache |
Key: | primary index |
Default value: | ${alias-or-command} |
Used by: | SimpleCache |
[/settings/cache]
# PRIMARY CACHE INDEX
primary index=${alias-or-command}