CacheDumpProviderContext

class CacheDumpProviderContext(val cacheDumpProvider: () -> Map<String, Map<String, Pair<Int, Map<String, Any?>>>>) : ExecutionContext.Element

Cache dump provider, which can be set by cache implementations.

Constructors

Link copied to clipboard
constructor(cacheDumpProvider: () -> Map<String, Map<String, Pair<Int, Map<String, Any?>>>>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override val key: ExecutionContext.Key<*>

Functions

Link copied to clipboard
open override fun <R> fold(initial: R, operation: (R, ExecutionContext.Element) -> R): R
Link copied to clipboard
open operator override fun <E : ExecutionContext.Element> get(key: ExecutionContext.Key<E>): E?
Link copied to clipboard
open override fun minusKey(key: ExecutionContext.Key<*>): ExecutionContext
Link copied to clipboard
open operator fun plus(context: ExecutionContext): ExecutionContext