DescriptionMake MemoryCache's LRUList manipulation private
Changes to the LRU lists are hidden behind a call to MemoryCache::update(), which adjusts sizes, access count, and LRU list position as appropriate. All of these are to some degree interrelated, since we keep multiple LRU lists and select one to use based access count and resource size.
Also, remove the Resource::inCache() bit in favor of a
MemoryCache::contains()
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169748
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Messages
Total messages: 5 (0 generated)
|