BaseInfoClearCachedValues Method |
Clears the cached values depending on the given column value.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected void ClearCachedValues(
string columnName = null
)
Parameters
- columnName (Optional)
- Type: SystemString
Column name, if not provided, all cached values are cleared.
See Also