Map<String, dynamic>? getCacheData(String dataID) { try { return _client.cache.store.get(dataID); } catch (e) { rethrow; } }