accessCache

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

Direct access to the cache.

Parameters

block

a function that can access the cache. The function will be called from a background thread