Cache class
Properties
Methods
-
clear(
) → void -
delete(
String key) → void -
get(
String key) → dynamic -
has(
String key) → bool -
keys(
) → List< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String key, dynamic value) → void -
setWithExpiry(
String key, dynamic value, Duration duration) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited