rewsa / dcef3

Automatically exported from code.google.com/p/dcef3
0 stars 0 forks source link

CEF3: Add Interface to Cache #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Climbing through the disk cache could be very useful!  Especially retrieving 
the data for an individual file based on its URL would be great.

These docs imply it is quite possible:
http://www.chromium.org/developers/design-documents/network-stack/disk-cache

Here is the header file:
http://src.chromium.org/viewvc/chrome/trunk/src/net/disk_cache/disk_cache.h?view
=markup

Original issue reported on code.google.com by customer...@href.com on 22 Oct 2013 at 7:44