缓存 key 缓存key value 缓存值
key
value
Future saveCache(String key, dynamic value) async { return await getDb()?.put(key, value); }