获取缓存
static Future<T?> get<T>( String key, T Function(Map<String, dynamic>) fromJson, ) async { return await _strategy!.get<T>(key, fromJson); }