remove

fun remove(name: String)(source)

Removes the specified name from the cache.

This method acquires a write lock on the cache and removes the specified name from it. If the name is not present in the cache, no action is taken.

Parameters

name

the name to be removed from the cache