I need to make HTTP requests directly from Yves controller. It is desirable to cache the result of this request in order to reduce the time of the entire operation. Do we have something like a quickly accessible system level (or "global") cache to inject into the Yves controller?
For quick dirty fix I would suggest using redis as key value storage.
DI for storage client
Factory
Accessing key