CacheSettings Properties |
The CacheSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowProgressiveCaching |
If true, progressive caching is enabled, meaning that two threads accessing the same code share the result of an internal operation
|
![]() | BoolCondition |
Cache condition.
|
![]() | Cached |
If true, the data is used from the cache if available / cached
|
![]() | CacheDependency |
Cache dependency.
|
![]() | CacheItemName |
Cache item name used for the caching.
|
![]() | CacheItemNameParts |
Cache item name parts (form the cache item name if the custom item name is not available).
|
![]() | CacheMinutes |
Cache minutes.
|
![]() | CustomCacheItemName |
Custom cache item name (if set, used instead of the parts).
|