cache_info()
Returns: | Information on the entire cache database |
---|---|
Return type: | mixed |
This method will return information on the entire cache.
var_dump($this->cache->cache_info());
Note
The information returned and the structure of the data is dependent on which adapter is being used.
Please login to continue.