function PersistingStoreInterface::save
Stores the resource if it's not locked by someone else.
Throws
13 methods override PersistingStoreInterface::save()
- CombinedStore::save in vendor/
symfony/ lock/ Store/ CombinedStore.php - Stores the resource if it's not locked by someone else.
- DoctrineDbalPostgreSqlStore::save in vendor/
symfony/ lock/ Store/ DoctrineDbalPostgreSqlStore.php - Stores the resource if it's not locked by someone else.
- DoctrineDbalStore::save in vendor/
symfony/ lock/ Store/ DoctrineDbalStore.php - Stores the resource if it's not locked by someone else.
- FlockStore::save in vendor/
symfony/ lock/ Store/ FlockStore.php - Stores the resource if it's not locked by someone else.
- InMemoryStore::save in vendor/
symfony/ lock/ Store/ InMemoryStore.php - Stores the resource if it's not locked by someone else.
File
-
vendor/
symfony/ lock/ PersistingStoreInterface.php, line 29
Class
- PersistingStoreInterface
- @author Jérémy Derussé <jeremy@derusse.com>
Namespace
Symfony\Component\LockCode
public function save(Key $key) : void;