RequestIgnoreInMemoryCache Property
Indicates if the local response cache should be ignored and always
make the request to the Rest API.
The default value is false, meaning to use the local cache (if avaliable and permitted by the Rest API client).
The option to ignore local cache can either be set at the API Client level, or on a per request level. Cached responses are only valid for HttpMethod GET calls.
Namespace: Scopos.BabelFish.RequestsAssembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
public bool IgnoreInMemoryCache { get; set; }
Property Value
Boolean