Cache class

Constructors

Cache.new(String pidOne, String pidTwo)

Properties

hashCode int
The hash code for this object.
no setterinherited
pidMap Map<String, List<BaseRes>>
final
pidOne String
final
pidTwo String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPidRes(String pid) bool
fullRes() bool
getRes() BaseRes?
hasRes() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putPidRes(BaseRes res, String pid) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited