CI_Cache::clean PHP Method

clean() public method

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