invalidate

abstract fun invalidate(key: K): V?(source)

Invalidates key in the cache.

Report a problem


abstract fun invalidate(key: K, value: V): Boolean(source)

Invalidates key in this cache if its value equals to value.

Report a problem