NamedCacheObjectMetadataIsAbsoluteTimeoutOnRead Property

ScaleOut Software NamedCache API
Returns true if the object's timeout is only reset on updates (that is, reading the object does not reset the sliding timeout, but updating it will). If false, both reads and updates cause the timeout to be reset. This property is not in effect if IsAbsoluteTimeout is true.

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

public bool IsAbsoluteTimeoutOnRead { get; }

Property Value

Type: Boolean
See Also

Reference