GrainDirectoryOptions.InitialCacheTTL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
InitialCacheTTL is deprecated and will be removed in a future version.
Gets or sets the initial (minimum) time, in seconds, to keep a cache entry before revalidating.
[System.Obsolete("InitialCacheTTL is deprecated and will be removed in a future version.")]
public TimeSpan InitialCacheTTL { get; set; }
public TimeSpan InitialCacheTTL { get; set; }
[<System.Obsolete("InitialCacheTTL is deprecated and will be removed in a future version.")>]
member this.InitialCacheTTL : TimeSpan with get, set
member this.InitialCacheTTL : TimeSpan with get, set
Public Property InitialCacheTTL As TimeSpan
Property Value
- Attributes