Function __global->persistent_cache_delete
Definitions
sources/caches.php
- Delete data from the persistent cache.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$key | mixed | required parameter | N/A | N/A | Key name |
$substring | boolean | False | N/A | N/A | Whether we are deleting via substring |
sources/minikernel.php
- Delete data from the persistent cache.(In minikernel, this does nothing).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$key | mixed | required parameter | N/A | N/A | Key name |
$substring | boolean | False | N/A | N/A | Whether we are deleting via substring |