Neos\Cache\Frontend\CacheEntryIterator::rewind PHP Метод

rewind() публичный Метод

Rewind the cache entry iterator to the first element
public rewind ( ) : void
Результат void
    public function rewind()
    {
        $this->backend->rewind();
    }