expireContextual

abstract suspend fun expireContextual(ids: Collection<Pair<Identifier, Context>>)(source)

Tells the cache that the values it stores for the given ids are out of date, and should be queried again the next time they are requested.

All layers are updated.