Configuration Values
Deserted Chateau's webservers have various configuration values that are stored in the main database. These values are cached without an expiry time in Redis, with the SITE:::WEBSERVER:::CONFIGURATION key as a JSON-encoded string.
The webservers always retrieve these values from Redis unless the cache is cleared by unlinking that key.
Key | Contents / Purpose | Expiry |
---|---|---|
SITE:::WEBSERVER:::CONFIGURATION | Contains a cached copy of the configuration database table. | None |
SITE:::CONFIGURATION:::TOOLTIPTEMPLATES | Tooltip templates for standard tooltips on pages. | None |
SITE:::WEBSERVER:::EXTRASCRIPTSCONFIGURATION | Contains a cached copy of the configuration_extra_scripts database table. | None |
SITE:::WEBSERVER:::HEADSCRIPTSCONFIGURATION | Contains a cached copy of the configuration_head_scripts database table. | None |