ResourceCacheService class
- Annotations
Constructors
- ResourceCacheService({int expirationTimeSec = 12 * 60 * 60})
Properties
- expirationTimeSec ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pme ↔ PMEManager?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearAll(
) → dynamic -
clearIfExpired(
[bool expired = false]) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
objectFor(
String key) → Future< Uint8List?> -
setObject(
Uint8List data, String key) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited