We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

[2.0.x] Phalcon\Mvc\Model\Metadata\Libmemcached missing API documentation

Hello Phalconers,

I used to develop certain app component based on Phalcon\Mvc\Model\Metadata\Libmemcached class. Now I have tried to find API docs for version 2.0.x, but that Metadata adapter is not present in documentation.

For instance other adapters are listed / accessible: https://docs.phalcon.io/en/2.0.0/api/Phalcon_Mvc_Model_MetaData_Memory.html

edited Jan '17

Libmemcached and memcache metadata adapter was actually added after 2.0.0 release https://github.com/phalcon/cphalcon/commit/b8cfd7d5c5b073e488d6210c055579fa91aa579e. And yes, in docs it's missing.

Yes. While it was on latest URL key (not with version), class was available, that's for sure. After 3.0.x was released and took over latest URL documentation key, this class is missing.

Because latest is mater in docs repo i guess? Idk for sure. Just someone forgot to merge to 2.0.0.

edited Feb '17

At the end of the day, I don't think much have changed on this adapter between v 2.0.x and 3.0.x.