Unexpected Cache Behavior in Resolution Effect
With a Cache when my resolution effect is running calling
cache.contains(theKey) from inside that effect returns true even though the key hasn't been resolved yet. Is that intended behavior? I had assumed it would be false on initial resolution or if invalidated and true only when cache.refresh was used.