CacheHelperProgressiveCaching Property |
If true, progressive caching is enabled, meaning that two threads accessing the same code share the result of an internal operation.
True by default.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool ProgressiveCaching { get; set; }
Property Value
Type:
BooleanSee Also