You are here
7 calls to Store::getCacheKey() in Zircon Profile 8.0
- 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
- Locks the cache for a given Request.
- Store::lookup in vendor/symfony/http-kernel/HttpCache/Store.php
- Locates a cached Response for the Request provided.
- Store::purge in vendor/symfony/http-kernel/HttpCache/Store.php
- Purges data for the given URL.
- 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.