ObjectTypeInfoTouchCacheDependencies Property |
Indicates whether the corresponding dummy cache keys (dependencies) are touched when an object of the type is modified.
This causes the cache to delete all items that depend on the given dummy keys. The default value is false.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool TouchCacheDependencies { get; set; }
Property Value
Type:
BooleanSee Also