MemoryCacheProvider<CModel extends SqliteModel> constructor
It is strongly recommended to use this provider with smaller, frequently-accessed
and shared TModel
s.
Implementation
MemoryCacheProvider([
this.managedModelTypes = const <Type>[],
]);