CacheEntryPolicy SlidingExpiration Property Nemiro.Data.dll
Gets or sets a value that indicates whether a cache entry should be evicted if it has not been accessed in a given span of time.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public TimeSpan SlidingExpiration { get; set; }

Property Value

Type: TimeSpan
See Also