Re: Lower max size of HTTP cache?
Michal Novotny <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.netlib |
|---|---|
| Message-ID | <[email protected]> |
On 12/07/2011 11:54 PM, Bjarne wrote: > On 12/06/2011 08:07 AM, Jason Duell wrote: >> Bjarne/Michal/Nick: do we have any way to measure how recently used >> items in the cache are, or to see them in some order by LRU? >> about:cache doesn't provide the info in the entry listings. > > Michal knows this better, but I'm pretty sure we > can include info on the eviction-rank for each > entry and add it to the report (if this is what > you mean). Michal? There is a "Last fetched" information. The problem is that it means the time when the cache entry was last activated, but it doesn't mean that it was really used. Michal