MemoryCacheProvider constructor

MemoryCacheProvider([
  1. List<Type> managedModelTypes = const <Type>[]
])

It is strongly recommended to use this provider with smaller, frequently-accessed and shared SqliteModels.

Implementation

MemoryCacheProvider([
  this.managedModelTypes = const <Type>[],
]);