remove method
Removes a Cache from this CacheManager if present
name
: The name of the cache
Implementation
@override
void remove(String name) {
_caches.remove(name);
}
Removes a Cache from this CacheManager if present
name
: The name of the cache@override
void remove(String name) {
_caches.remove(name);
}