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

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

Move forward to the next cache entry
public next ( ) : void
Результат void
    public function next()
    {
        $this->backend->next();
    }