menu
dio_query package
documentation
features/cache/database.dart
CacheDatabase
getCacheItem method
getCacheItem method
dark_mode
light_mode
getCacheItem
method
Future
<
CacheItem
?
>
getCacheItem
(
String
key
)
获取缓存项(按key)
Implementation
Future<CacheItem?> getCacheItem(String key) async { return await findCache(key); }
dio_query package
documentation
features/cache/database
CacheDatabase
getCacheItem method
CacheDatabase class