This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The TableCacheManager manages a set cached database tables. If the data in the cached database table becomes invalid because the data in the database was changed, the data is automatically reloaded if the user obtain a new reference to the cache database table.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public class TableCacheManager
Visual Basic (Declaration)Copy imageCopy Code
Public Class TableCacheManager

Inheritance Hierarchy

System..::..Object
  Smartsite.Data..::..TableCacheManager

See Also

Advanced