getCachedENV function

ENV getCachedENV()

Implementation

ENV getCachedENV() {
  return providerContainer.read(envProvider);
}