|array */ public static function values(): Collection|array { return cached( 'card-states', fn () => CardState::where('active', true)->pluck('name', 'id'), 60 * 60 ); } }