MemoryCache<T> constructor

MemoryCache<T>({
  1. CacheStrategy? strategy,
})

Implementation

MemoryCache({CacheStrategy? strategy})
    : strategy = strategy ?? const CacheStrategy();