Enum 18122312 EOS004 Cache Option

Enum 18122312 EOS004 Cache Option

Subscription cache access options.

Fields

Deny Cache (0)

``

Cache access is denied. Requests are always made directly to the API.


Allow Cache (1)

``

Cache access is allowed. Requests are first attempted directly to the API. If the request fails for whatever reason, the cache is tried.


Prefer Cache (2)

``

Cache access is preferred. Requests are first made to the cache. If the cache has expired or does not exist, the request is made directly to the API.


Cache Only (3)

``

Only cache access is allowed. The API is never queried.



EOS Labs -