You are here

public function StoreInterface::isLocked 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::isLocked()

Returns whether or not a lock exists.

Parameters

Request $request A Request instance:

Return value

bool true if lock exists, false otherwise

1 method overrides StoreInterface::isLocked()
Store::isLocked in vendor/symfony/http-kernel/HttpCache/Store.php
Returns whether or not a lock exists.

File

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

Class

StoreInterface
Interface implemented by HTTP cache stores.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function isLocked(Request $request);