Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool TouchCacheDependencies { get; set; }

Property Value

Type: Boolean
See Also