CacheHelper Properties |
The CacheHelper type exposes the following members.
Name | Description | |
---|---|---|
AllowCacheByCulture |
If true, the cache allows separate keys by culture.
| |
AllowCacheByUserName |
If true, the cache allows separate keys by user name.
| |
AlwaysCacheFiles |
Gets if files are always cached on client, even outside the live site.
| |
AlwaysCacheResources |
Gets if resources are always cached on client, even outside the live site.
| |
BaseCacheKey |
Returns the base cache key (created with all parameters considered to be valid for proper caching).
| |
ClientCacheRequested |
Gets if the client specified cache settings in request.
| |
CurrentCachePrefix |
Current context name
| |
DependencyChanged |
DependencyChanged items count (removed by the dependency).
| |
Expired |
Expired items count (removed by the system for expiration reasons).
| |
MultiplePrefixesUsed |
If true, multiple cache prefixes were used
| |
PhysicalFilesCacheMinutes |
Gets the expiration time in minutes that should be set for the physical files in the client cache.
| |
ProgressiveCaching |
If true, progressive caching is enabled, meaning that two threads accessing the same code share the result of an internal operation.
True by default.
| |
Removed |
Removed items count (removed correctly by the system).
| |
Underused |
Underused items count (removed sooner for memory reasons).
|