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.
Namespace: Scopos.BabelFish.APIClientsAssembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
public bool IgnoreFileSystemCache { get; set; }
Property Value
Boolean