CI_Cache::cache_info PHP Méthode

cache_info() public méthode

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