expire method

void expire(
  1. A1 a1,
  2. A2 a2
)

Removes the cached value associated with the given arguments.

Implementation

void expire(A1 a1, A2 a2) => _cache.remove((a1, a2));