Cache\Taggable\TaggablePSR6PoolAdapter::getList PHP Method

getList() protected method

protected getList ( $name )
    protected function getList($name)
    {
        $listItem = $this->tagStorePool->getItem($name);
        if (!is_array($list = $listItem->get())) {
            $list = [];
        }
        return $list;
    }