Function __global->_get_cache_entries
Definitions
sources/caches.php
- Ability to do multiple get_cache_entry at once, for performance reasons.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$dets | array | required parameter | N/A | N/A | An array of tuples of parameters (as per get_cache_entry, almost) |
Return
- Array of results
- Type: array
- Set: N/A
- Range: N/A