You are here

7 calls to Store::getPath() in Zircon Profile 8

Store::isLocked in vendor/symfony/http-kernel/HttpCache/Store.php
Returns whether or not a lock exists.
Store::load in vendor/symfony/http-kernel/HttpCache/Store.php
Loads data for the given key.
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::save in vendor/symfony/http-kernel/HttpCache/Store.php
Save data for the given key.
Store::unlock in vendor/symfony/http-kernel/HttpCache/Store.php
Releases the lock for the given Request.