Hi all,
Trying to implement and use the APC on Phalcon 3.0.1. Reading at the official documentation, the following sentence:
NOTE Even after implementing the cache, you should check the hit ratio of your cache over a period of time. This can easily be done, especially in the case of Memcache or Apc, with the relevant tools that the backends provide.
suggests there are tools for retrieving the hits on a key. While I can read it from the APC.php script available in the PHP distribution, I cannot get that value from Phalcon.
Do you know what methods the note is reffering to?