dispose method
Disposes the cache and releases all its resources.
After calling this method, the cache should not be used anymore.
Implementation
@override
void dispose() {
_cache.dispose();
_resourceCache.dispose();
}
Disposes the cache and releases all its resources.
After calling this method, the cache should not be used anymore.
@override
void dispose() {
_cache.dispose();
_resourceCache.dispose();
}