For Babelfish Release 1.11.1.3

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.

Definition

Namespace: Scopos.BabelFish.Requests
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool IgnoreInMemoryCache { get; set; }

Property Value

Boolean

See Also