ICacheParams MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ICacheParams type exposes the following members.
Properties

  NameDescription
Public propertyCacheAbsentData
When true would cache the instance of AbsentData to signify the absence of data in the backend for key
Public propertyReadCacheMaxAgeSec
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
Public propertyWriteCacheMaxAgeSec
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
Public propertyWriteCachePriority
Relative cache priority which is used when WriteCacheMaxAgeSec>=0
Back to Top
See Also