expire method

void expire(
  1. A1 arg
)

Removes the cached value associated with the given arg.

Implementation

void expire(A1 arg) => _cache.remove(arg);