DescriptionAdd an LRUBoundedCache class.
This class is simpler to use than media/blink/lru.h for the purpose of bounding
the memory usage of a simple cache.
ios/chrome/browser/snapshots/lru_cache.h performs the same job as this class,
but is in Objective-C++ for iOS; in a future CL, this class could potentially
replace the Objective-C++ code.
BUG=598899
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|