7 calls to HttpCache::record() in Zircon Profile 8.0
- HttpCache::forward in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Forwards the Request to the backend and returns the Response.
- HttpCache::invalidate in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Invalidates non-safe methods (like POST, PUT, and DELETE).
- HttpCache::lock in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Locks a Request during the call to the backend.
- HttpCache::lookup in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Lookups a Response from the cache for the given Request.
- HttpCache::pass in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Forwards the Request to the backend without storing the Response in the cache.
- HttpCache::store in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Writes the Response to the cache.
- HttpCache::validate in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Validates that a cache entry is fresh.