UDocImageCache class
Constructors
- UDocImageCache({int maxBytes = uDocImageCacheBytes})
Properties
Methods
-
clear(
) → void -
evictDocument(
String documentId) → void -
get(
String cacheKey) → Image? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String cacheKey, Image image) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → UDocImageCache
-
final