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 Code |
---|---|
public class TableCacheManager |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class TableCacheManager |
Inheritance Hierarchy
See Also
TableCacheManager Members
Smartsite.Data Namespace