7 calls to Store::getCacheKey()
- Store::doPurge in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Purges data for the given URL.
- Store::invalidate in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Invalidates all cache entries that match the request.
- Store::isLocked in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Returns whether or not a lock exists.
- Store::lock in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Tries to lock the cache for a given Request, without blocking.
- Store::lookup in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Locates a cached Response for the Request provided.
- Store::unlock in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Releases the lock for the given Request.
- Store::write in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Writes a cache entry to the store for the given Request and Response.