CreatePolicyIsAbsoluteTimeoutOnRead Property

ScaleOut Software NamedCache API
Gets/sets whether the timeout is an absolute expiration value or is a sliding expiration value that gets reset every time the object updated. (This property is overridden by the IsAbsoluteTimeout property, which resets the expiration if the object is updated or read.)

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public bool IsAbsoluteTimeoutOnRead { get; set; }

Property Value

Type: Boolean
See Also

Reference