Release 1.0 - ...
<tablecache> element
Smartsite internally caches some database tables. This configuration element allows you to configure the table cache.
Example
XML |
Copy Code
|
<tablecache exclude="books,vwSoftwareBooks" maxrowspertable="25" />
|
Attributes
Attribute name |
Required |
Description |
exclude |
Yes |
Comma separated list of database tables and views that are excluded from the table cache. If you set the value "*" all tables and views are removed from the table cache. |
maxrowspertable |
Yes |
Sets the maximum number of rows a table in the table cache can contain. If the database table or view contains more rows than configured here, the table or view is removed from the cache. |
expiresafter |
Yes |
The timeout in seconds after which a cached database table or view in the table cache expires. |
Parent element
Element name |
Description |
<database> |
Defines a connection to a database and its structure. |
Child elements
None.