A micro PHP framework that's fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.
On the creation of the Memcached objects with parameters, the compress
and expiry values were compared against empty() before returning a
default value. But 0s are valid, meanning no compression and no
expiration respectively.
On the creation of the Memcached objects with parameters, the compress and expiry values were compared against empty() before returning a default value. But 0s are valid, meanning no compression and no expiration respectively.