value为自定义对象时好想只会存在内存
static Future<bool> putWithJson(String key, String? json) async { return await put(key, json); }