MemoryCacheStore constructor

MemoryCacheStore({
  1. int maxSize = 100,
})

Implementation

MemoryCacheStore({this.maxSize = 100});