return $outputs->{ $call_key } if defined $outputs->{ $call_key }; $outputs->{ $call_key } = $self->$orig( @args ); return $outputs->{ $call_key }; #### return( $outputs->{$call_key} //= $self->$orig(@args) );