sub deep_exists { my ($key, $data) = @_; warn " Cache miss on exist key ($key) for ". $data->{container}{type} ." object\n"; return undef; }