expire method

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

Removes the cached value associated with the given arguments.

Implementation

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