Release 1.0 - ...
<diskcache> element
Contains settings for the disk cache.
Example
XML |
Copy Code
|
<diskcache folder="MyCache" enabled="true" maxsize="2048" />
|
Attributes
Attribute name |
Required |
Description |
enabled |
No |
Set to true to enabled disk caching, set to false to disable caching. Disk caching is enabled by default. |
folder |
No |
The folder in which the disk cache is stored, relative to the site's root folder. Default is "Cache". |
maxsize |
No |
The size of the disk cache in megabytes. Default is 512. |
Parent element
Element name |
Description |
<runtime> |
Contains settings for the Smartsite runtime. |
Child elements
None.