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