MemoryProvider class final

Constructors

MemoryProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
logger ↔ LoggerContract
latefinal
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
dispose() → void
get(String? key) Map<String, dynamic>?
getHealth() bool
getMany(List<String> keys) List<Map<String, dynamic>?>
getOrFail(String key, {Exception onFail()?}) Map<String, dynamic>
has(String key) bool
init() → void
inspect() Map<String, dynamic>
length() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put<T>(String key, T object) → void
putMany<T>(Map<String, T> objects) → void
remove(String key) → void
removeMany(List<String> keys) → void
toString() String
A string representation of this object.
inherited
whereKeyStartsWith(String prefix) Map<String, dynamic>
whereKeyStartsWithOrFail(String prefix, {Exception onFail()?}) Map<String, dynamic>

Operators

operator ==(Object other) bool
The equality operator.
inherited