Vala.Collections.LruCache.remove – Valacore Reference Manual
remove
Description:
public
bool
remove
(
K
key)
Removes entry by key.
Parameters:
key
cache key.
Returns:
true if key existed and was removed.