clear method

void clear()

Clears all the stored gifs from the cache.

Implementation

void clear() => caches.clear();