Future<Map<String, dynamic>?> getMap(String key) async { return await SharedMemoryCache.getMap(key); }