Config provider caching
if i yield
PORT twice - i can see that decode is being called twice. I get that config is not necessarily static and can be provided locally to some effects so it shouldnt really be cached - but parsing the whole config each time i access it seems excessivehow can I enable config caching? should I create a service from my config schema and access the service instead since global services are cached by default?
