CI_Cache::clean PHP Méthode

clean() public méthode

Clean the cache
public clean ( ) : boolean
Résultat boolean TRUE on success, FALSE on failure
    public function clean()
    {
        return $this->{$this->_adapter}->clean();
    }