Property UseCaching
UseCaching
Gets or sets a value indicating whether to use caching.
[Obsolete("No more caching will be used, get calls will always go to server")]
public bool UseCaching { get; set; }
Property Value
- bool
true
if caching is used; otherwise,false
.