Searched defs:CacheSpec (Results 1 – 1 of 1) sorted by relevance
48 struct CacheSpec { struct50 static std::unique_ptr<CacheSpec> Parse(const std::string& spec_string) { in Parse()66 const net::BackendType backend_type;67 const net::CacheType cache_type;68 const base::FilePath path;71 CacheSpec(net::BackendType backend_type, in CacheSpec() argument