Cache this list
Future<void> cache(String key, {Duration? ttl}) async { await EaseXCache.cacheList(key, this, ttl: ttl); }