Gets or sets the interval at which to prune the cache.
Namespace: Simol.CacheAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public TimeSpan PruneInterval { get; set; } |
Visual Basic |
---|
Public Property PruneInterval As TimeSpan Get Set |
Visual C++ |
---|
public: property TimeSpan PruneInterval { TimeSpan get (); void set (TimeSpan value); } |