CI_Cache::cache_info PHP Method

cache_info() public method

Cache Info
public cache_info ( string $type = 'user' ) : mixed
$type string = 'user' user/filehits
return mixed array containing cache info on success OR FALSE on failure
    public function cache_info($type = 'user')
    {
        return $this->{$this->_adapter}->cache_info($type);
    }