|
4.x cache is a HTML page cache for dynamically generated pages. Some pages are not cacheable, like page with cache-control header.
Memcached is flexible, can be used to cache DB query result, or the page.
if you use memcached to cache the same content , then you only need one cache.
|