interface StoreInterface

Interface implemented by HTTP cache stores.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of StoreInterface

All classes that implement StoreInterface

1 file declares its use of StoreInterface

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php, line 25

Namespace

Symfony\Component\HttpKernel\HttpCache
View source

Members

Namesort descending Modifiers Type Description Overrides
StoreInterface::cleanup public function Cleanups storage. 1
StoreInterface::invalidate public function Invalidates all cache entries that match the request. 1
StoreInterface::isLocked public function Returns whether or not a lock exists. 1
StoreInterface::lock public function Locks the cache for a given Request. 1
StoreInterface::lookup public function Locates a cached Response for the Request provided. 1
StoreInterface::purge public function Purges data for the given URL. 1
StoreInterface::unlock public function Releases the lock for the given Request. 1
StoreInterface::write public function Writes a cache entry to the store for the given Request and Response. 1