duration property
It's used to store the duration for which the memoized values should be kept in the cache before being removed.
Implementation
final Duration duration;
It's used to store the duration for which the memoized values should be kept in the cache before being removed.
final Duration duration;