menu
daq package
documentation
utils/daq_cache/cache_parts/cache_storage.dart
CacheStorage
hasKey method
hasKey method
dark_mode
light_mode
hasKey
method
bool
hasKey
(
String
key
)
Check if key exists in cache
Implementation
bool hasKey(String key) { return _cacheInstance.containsKey(key); }
daq package
documentation
utils/daq_cache/cache_parts/cache_storage
CacheStorage
hasKey method
CacheStorage class