[This is preliminary documentation and is subject to change.]
The ICacheParams type exposes the following members.Properties
Name | Description | |
---|---|---|
![]() | CacheAbsentData |
When true would cache the instance of AbsentData to signify the absence of data in the backend for key
|
![]() | ReadCacheMaxAgeSec |
If greater than 0 then would allow reading a cached result for up-to the specified number of seconds.
If =0 uses cache's default span.
Less than 0 does not try to read from cache
|
![]() | WriteCacheMaxAgeSec |
If greater than 0 then writes to cache with the expiration.
If =0 uses cache's default life span.
Less than 0 does not write to cache
|
![]() | WriteCachePriority |
Relative cache priority which is used when WriteCacheMaxAgeSec>=0
|
See Also