menu
smart_cache_manager package
documentation
smart_cache_contract.dart
SmartCacheBase
clear abstract method
clear abstract method
dark_mode
light_mode
clear
abstract method
Future
<
void
>
clear
(
)
Wipes the entire cache.
Deletes all cache files from the directory.
Resets the internal memory counters and pointers.
Implementation
Future<void> clear();
smart_cache_manager package
documentation
smart_cache_contract
SmartCacheBase
clear abstract method
SmartCacheBase class