Remove generic params for env and cache params in generic helper
It isn't need for internals, but restrict arguments. For example - can't set constant nil value for params. But it is often case.
Main purpose of the helper - return typed value.
It isn't need for internals, but restrict arguments. For example - can't set constant nil value for params. But it is often case.
Main purpose of the helper - return typed value.