We are a team developing an API for debates application, using Phalcon DevTools (1.3.2 ALPHA 1) we are following Micro App Collection as showed in your Doc. Regarding this, I have a couple of questions as following:
- Do I need to cache the API requests? if yes How can I cache these requests?
- Do you think that Memcache can do the magic for me? if yes how can implement that via Phalcon?
- Do you think that using both Phalcon cache besides Memcache will lead to better performance?