remove method

T? remove(
  1. A arg
)

Removes the cached value by arg.

Implementation

T? remove(A arg) => _cache.remove(arg.hashCode);