accessCache

abstract suspend fun <R> accessCache(block: suspend (NormalizedCache) -> R): R

Direct access to the cache.

Parameters

block

a function that can access the cache.