function PersistingStoreInterface::putOffExpiration
Extends the TTL of a resource.
Parameters
float $ttl amount of seconds to keep the lock in the store:
Throws
13 methods override PersistingStoreInterface::putOffExpiration()
- CombinedStore::putOffExpiration in vendor/
symfony/ lock/ Store/ CombinedStore.php - Extends the TTL of a resource.
- DoctrineDbalPostgreSqlStore::putOffExpiration in vendor/
symfony/ lock/ Store/ DoctrineDbalPostgreSqlStore.php - Extends the TTL of a resource.
- DoctrineDbalStore::putOffExpiration in vendor/
symfony/ lock/ Store/ DoctrineDbalStore.php - Extends the TTL of a resource.
- FlockStore::putOffExpiration in vendor/
symfony/ lock/ Store/ FlockStore.php - Extends the TTL of a resource.
- InMemoryStore::putOffExpiration in vendor/
symfony/ lock/ Store/ InMemoryStore.php - Extends the TTL of a resource.
File
-
vendor/
symfony/ lock/ PersistingStoreInterface.php, line 50
Class
- PersistingStoreInterface
- @author Jérémy Derussé <jeremy@derusse.com>
Namespace
Symfony\Component\LockCode
public function putOffExpiration(Key $key, float $ttl) : void;