void setWithExpiry(String key, dynamic value, Duration duration) { _store[key] = value; _expiry[key] = DateTime.now().add(duration); }