You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an ETag and Expires was provided by the backend service, store it in the gateway's local cache, the cache does not need to be in a Hazelcast as an in-memory cache will suffice.
The text was updated successfully, but these errors were encountered:
There would need to be caching buckets based on TTL and requests need to check whether the entry had expired or not when it is expired it will call evict to remove it from the cache.
If an ETag and Expires was provided by the backend service, store it in the gateway's local cache, the cache does not need to be in a Hazelcast as an in-memory cache will suffice.
The text was updated successfully, but these errors were encountered: