Judson Valeski wrote:

> 2. What's in there? new memory cache and new disk cache; or just new disk?

HTTP is only using the disk cache at the moment, but the new memory cache is
in place (FTP is using it for caching directory info) and HTTP will begin
using it for non-persistable items very soon.

HTTP specifies a storage policy for most items as nsICache::STORE_ANYWHERE
(default=disk cache), which will make it easy for the cache to switch to
storing everything in the memory cache based on a user preference or an
option set by an embedder.

-Gordon


Reply via email to