Function __global->_delete_cache_entry
Definitions
sources/caches2.php
- Remove an item from the general cache (most commonly used for blocks).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$cached_for | mixed | required parameter | N/A | N/A | The type of what we are caching (e.g. block name) (ID_TEXT or an array of ID_TEXT, the array may be pairs re-specifying $identifier) |
$identifier | ?array | Null | N/A | N/A | A map of identifying characteristics (null: no identifying characteristics, decache all OR $cached_for is an array) |
$member_id | ?MEMBER | Null | N/A | N/A | Member to only decache for (null: no limit) |