MemoryCache constructor

MemoryCache({
  1. int maxCacheSize = 200,
})

Implementation

MemoryCache({this.maxCacheSize = 200});