menu
daq package
documentation
utils/daq_cache/daq_cache.dart
DAQCache
getKeysByPattern method
getKeysByPattern method
dark_mode
light_mode
getKeysByPattern
method
List
<
String
>
getKeysByPattern
(
String
pattern
)
Implementation
List<String> getKeysByPattern(String pattern) { return _cacheStorage.getKeysByPattern(pattern); }
daq package
documentation
utils/daq_cache/daq_cache
DAQCache
getKeysByPattern method
DAQCache class