Click or drag to resize
CacheSettings Properties

The CacheSettings type exposes the following members.

Properties
  NameDescription
Public propertyAllowProgressiveCaching
If true, progressive caching is enabled, meaning that two threads accessing the same code share the result of an internal operation
Public propertyBoolCondition
Cache condition.
Public propertyCached
If true, the data is used from the cache if available / cached
Public propertyCacheDependency
Cache dependency.
Public propertyCacheItemName
Cache item name used for the caching.
Public propertyCacheItemNameParts
Cache item name parts (form the cache item name if the custom item name is not available).
Public propertyCacheMinutes
Cache minutes.
Public propertyCustomCacheItemName
Custom cache item name (if set, used instead of the parts).
Top
See Also