MemoTemporaryCacheInterceptor<T, A> constructor
const
MemoTemporaryCacheInterceptor<T, A> (
- Duration duration
It's a memoization interceptor that removes memoized values from the cache after a specified duration.
Implementation
const MemoTemporaryCacheInterceptor(this.duration);