Function Persistent_caching_wincache->get
Definitions
sources/persistent_caching/wincache.php
- Get data from the persistent cache.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$key | string | required parameter | N/A | N/A | Key |
$min_cache_date | ?TIME | Null | N/A | N/A | Minimum timestamp that entries from the cache may hold (null: don't care) |
Return
- The data (null: not found / null entry)
- Type: ?mixed
- Set: N/A
- Range: N/A