function PersistingStoreInterface::delete
Removes a resource from the storage.
Throws
13 methods override PersistingStoreInterface::delete()
- CombinedStore::delete in vendor/
symfony/ lock/ Store/ CombinedStore.php - Removes a resource from the storage.
- DoctrineDbalPostgreSqlStore::delete in vendor/
symfony/ lock/ Store/ DoctrineDbalPostgreSqlStore.php - Removes a resource from the storage.
- DoctrineDbalStore::delete in vendor/
symfony/ lock/ Store/ DoctrineDbalStore.php - Removes a resource from the storage.
- FlockStore::delete in vendor/
symfony/ lock/ Store/ FlockStore.php - Removes a resource from the storage.
- InMemoryStore::delete in vendor/
symfony/ lock/ Store/ InMemoryStore.php - Removes a resource from the storage.
File
-
vendor/
symfony/ lock/ PersistingStoreInterface.php, line 36
Class
- PersistingStoreInterface
- @author Jérémy Derussé <jeremy@derusse.com>
Namespace
Symfony\Component\LockCode
public function delete(Key $key) : void;