MemoryCache<K, V> constructor

MemoryCache<K, V>({
  1. int cacheSize = 10,
})

Implementation

MemoryCache({this.cacheSize = 10});