Check if cached data exists and is not expired
static bool hasCachedData(String key) { return getCachedData(key) != null; }