Jyxo\Spl\ObjectCache::getIterator PHP Method

getIterator() public method

Returns an iterator.
    public function getIterator() : \ArrayIterator
    {
        return new \ArrayIterator($this->storage);
    }