DataCacheManager class

Properties

hashCode int
The hash code for this object.
no setterinherited
keys Iterable<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable<Response<Object>>
no setter

Methods

cache<T extends Object>(String name, {bool? enabled, Iterable<Object?> keyProps = const [], required Future<Response<T>> callback()}) Future<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