GifCache class
Works as a cache system for already fetched GifInfo.
- Annotations
Constructors
- GifCache()
Properties
Methods
-
clear(
) → void - Clears all the stored gifs from the cache.
-
evict(
Object key) → bool - Removes single gif from the cache.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited