Get cached list
static List<T>? fromCache<T>(String key) { return EaseXCache.getCachedList<T>(key); }