Lines Matching full:disk_cache
5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
14 #include "net/disk_cache/block_files.h"
15 #include "net/disk_cache/disk_cache.h"
16 #include "net/disk_cache/eviction.h"
17 #include "net/disk_cache/in_flight_backend_io.h"
18 #include "net/disk_cache/rankings.h"
19 #include "net/disk_cache/stats.h"
20 #include "net/disk_cache/trace.h"
26 namespace disk_cache {
271 bool CreateBackingStore(disk_cache::File* file);
279 // Creates a new entry object. Returns zero on success, or a disk_cache error
386 } // namespace disk_cache