MemoryCacheProvider<CModel extends SqliteModel> constructor

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

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

Implementation

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