DataCacheManager class
Properties
Methods
-
cache<
T extends Object> (String name, {bool? enabled, Iterable< Object?> keyProps = const [], required Future<Response< callback()}) → Future<T> >Response< T> > -
clear(
) → void -
hashKey(
Type type, String name, [Iterable< Object?> props = const []]) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pick<
T extends Object> (String key) → Response< T> ? -
remove(
String key) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- i → DataCacheManager
-
no setter