Hi!

I am thinking to save my cached data into SQLite backend. Would it be better to go for SQLite or I should consider going for memcache or apc etc.

Note that there's also two-level API backend - http://framework.zend.com/manual/en/zend.cache.backends.html#zend.cache.backends.twolevels this allows to combine smaller fast cache (memcached, apc, Zend Server) with bigger slower one (disk, database).

--
Stanislav Malyshev, Zend Software Architect
[email protected]   http://www.zend.com/
(408)253-8829   MSN: [email protected]

Reply via email to