get_metadata($id)
Parameters: |
|
---|---|
Returns: |
Metadata for the cached item |
Return type: |
mixed |
This method will return detailed information on a specific item in the cache.
var_dump($this->cache->get_metadata('my_cached_item'));
Note
The information returned and the structure of the data is dependent on which adapter is being used.
Please login to continue.