CacheInfo
Parameters
isCacheHit
true if this was a cache hit
cacheMissException
the exception while reading the cache. Note that it's possible to have isCacheHit == false &&cacheMissException == null if no cache read was attempted
Constructors
Types
Functions
Link copied to clipboard
open operator override fun <E : ExecutionContext.Element> get(key: ExecutionContext.Key<E>): E?
Content copied to clipboard
Link copied to clipboard
open override fun minusKey(key: ExecutionContext.Key<*>): ExecutionContext
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard