You are here

public function StoreInterface::unlock in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/HttpCache/StoreInterface.php \Symfony\Component\HttpKernel\HttpCache\StoreInterface::unlock()

Releases the lock for the given Request.

Parameters

Request $request A Request instance:

Return value

bool False if the lock file does not exist or cannot be unlocked, true otherwise

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

File

vendor/symfony/http-kernel/HttpCache/StoreInterface.php, line 72

Class

StoreInterface
Interface implemented by HTTP cache stores.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function unlock(Request $request);