I want to cache query result as my query is too heavy, it takes approx 2 - 5 minutes to execute, but Symfony2 + MongoDB do not support it currently according to it.
Doctrine MongoDB result caching
And I did not find anything after searching lots of in google for the same no any documents is there for the same.
Anybody have any idea how to achieve it with Symfony2+MongoDB
Help will be appreciated.
Thanks advance