For Babelfish Release 1.11.1.3

APIClientTIgnoreFileSystemCache Property

Indicates if the local file system cache should be ignored and always pass through to making the call to the Rest API. The option to ignore file system 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. To enable cache for anAPI call two things must happen. First, the concrete APIClient needs to enable file system cache by setting .IgnoreFileSystemCache to false. Second the client's LocalStoreDirectory must be set.

Definition

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

Property Value

Boolean

See Also