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