Antonio Gomes wrote: > In > http://lxr.mozilla.org/seamonkey/source/netwerk/cache/src/nsMemoryCacheDevice.cpp#432 > > > there is a IsInUse () method but it does not match with what I said above. > > I would like to know what would be the definition of the "InUse" state > of a CacheEntry ?
I'm pretty sure the definition is "The cache entry is currently being read". Cache isn't involved anymore after the page DOM has been built. (except for images in the memory cache, which are stored quite differently. As far as I know "in use" is defined as "is being displayed" for them; pages in bfcache might count as being displayed.) _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
