Function Persistent_caching_memcached->delete
Definitions
sources/persistent_caching/memcached.php
- Delete data from the persistent cache.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $key | string | No | No | required parameter | N/A | N/A | Key |
Preview
Code (PHP)
/**
* Delete data from the persistent cache.
*
* @param string $key Key
*/
public function delete(string $key)
* Delete data from the persistent cache.
*
* @param string $key Key
*/
public function delete(string $key)

