Can I integrate Redis open source, in-memory data structure store for in memory caching in Opennebula

Applications tend to access the same data over and over. One way to improve performance is to keep a copy of that data closer to the application, minimizing the time needed to retrieve it. Do opennebula provide any support for in memory caching?