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?
It seems like whenever
MyConfiguration.current()is called, it gets cached indefinitely insideDEFAULT_REQUEST_CACHE.cache_timeoutis ignored insideTieredCacheforRequestCache. This prevents the cache from validating when used outside of the request context. Is this an expected behavior?