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.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
public bool IgnoreFileSystemCache { get; set; }
Property Value
Boolean