MemoTemporaryCacheInterceptor<T, A> constructor

const MemoTemporaryCacheInterceptor<T, A>(
  1. Duration duration
)

It's a memoization interceptor that removes memoized values from the cache after a specified duration.

Implementation

const MemoTemporaryCacheInterceptor(this.duration);