public function StoreInterface::unlock

Releases the lock for the given Request.

Parameters

Request $request A Request instance:

1 method overrides StoreInterface::unlock()
Store::unlock in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
Releases the lock for the given Request.

File

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

Class

StoreInterface
Interface implemented by HTTP cache stores.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function unlock(Request $request);