Function Self_learning_cache->get
Definitions
sources/caches.php
- Get a cache key.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$key | ID_TEXT | required parameter | N/A | N/A | Cache key |
Return
- The value (null: not in cache - needs to be learnt)
- Type: ?mixed
- Set: N/A
- Range: N/A