Releases the lock for the given Request.
Parameters
Request $request A Request instance:
Return value
Boolean False if the lock file does not exist or cannot be unlocked, true otherwise
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php, line 72
Class
- StoreInterface
- Interface implemented by HTTP cache stores.
Namespace
Symfony\Component\HttpKernel\HttpCache
Code
public function unlock(Request $request);