LdapTools\Cache\StashCache::getCacheItem PHP Method

getCacheItem() protected method

protected getCacheItem ( string $itemType, string $itemName ) : Stash\Interfaces\ItemInterface
$itemType string
$itemName string
return Stash\Interfaces\ItemInterface
    protected function getCacheItem($itemType, $itemName)
    {
        return $this->getPool()->getItem($this->getCacheName($itemType, $itemName));
    }