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
It seems like whenever MyConfiguration.current() is called, it gets cached indefinitely inside DEFAULT_REQUEST_CACHE. cache_timeout is ignored inside TieredCache for RequestCache. This prevents the cache from validating when used outside of the request context. Is this an expected behavior?
The text was updated successfully, but these errors were encountered:
It seems like whenever
MyConfiguration.current()
is called, it gets cached indefinitely insideDEFAULT_REQUEST_CACHE
.cache_timeout
is ignored insideTieredCache
forRequestCache
. This prevents the cache from validating when used outside of the request context. Is this an expected behavior?The text was updated successfully, but these errors were encountered: