Map<String, dynamic> serialize() { return { 'key': key, 'value': value, 'ttl': ttl, 'strategy': strategy, }; }