CacheDriverInterface class abstract
coverage:ignore-file
- Implementers
Constructors
Properties
Methods
-
flush(
) → Future< void> -
forever(
String key, String value) → Future< void> -
forget(
String key) → Future< void> -
get(
String key) → Future -
has(
String key) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String key, String value, {Duration? duration}) → Future< void> -
setTag(
String tagName) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited