ContentCache class abstract
- Implementers
- Annotations
-
- @diService
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearAll(
) → void -
dispose(
) → void -
isExists(
String key) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on<
T> (String name, EventHandler< T?> handler) → StreamSubscription<Event< T?> > -
remove(
String key) → void -
retrieve<
T> (String key) → T? -
retrieveOrDefault<
T> (String key, T? defaultVal) → T? -
save<
T> (String key, T? content, {Duration ttl}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited