Future<void> setDouble(String key, double? value) async { await SharedMemoryCache.setDouble(key, value); }