Get cached string
static String? fromCache(String key) { return EaseXCache.getCachedData<String>(key); }