menu
temp_cache package
documentation
cache.dart
Cache<T>
removeItem method
removeItem method
dark_mode
light_mode
removeItem
method
void
removeItem
(
CacheItem
item
)
Removes the given item from the cache
Implementation
void removeItem(CacheItem item) { _cache?.remove(item); }
temp_cache package
documentation
cache
Cache<T>
removeItem method
Cache class