Rinvex\Repository\Traits\Cacheable::resetCachedRepository PHP Method

resetCachedRepository() protected method

Reset cached repository to it's defaults.
protected resetCachedRepository ( )
    protected function resetCachedRepository()
    {
        $this->resetRepository();
        $this->cacheLifetime = null;
        $this->cacheDriver = null;
        return $this;
    }