Searched defs:AccessorAndCacheMetadata (Results 1 – 1 of 1) sorted by relevance
411 struct AccessorAndCacheMetadata { in FetchResourcesInMemory() struct412 std::function<absl::StatusOr<InMemoryHttpResponse>()> accessor; in FetchResourcesInMemory()413 std::string client_cache_id; in FetchResourcesInMemory()414 absl::Duration max_age; in FetchResourcesInMemory()