Cache class
Constructors
- Cache()
Properties
Methods
-
addName(
String name) → bool -
getCache(
String path) → DartResult? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCache(
String path, DartResult result) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited