LdapTools\Cache\DoctrineCache::set PHP Метод

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

public set ( LdapTools\Cache\CacheableItemInterface $cacheableItem )
$cacheableItem LdapTools\Cache\CacheableItemInterface
    public function set(CacheableItemInterface $cacheableItem)
    {
        $this->getCache()->save($this->getCacheName($cacheableItem->getCacheType(), $cacheableItem->getCacheName()), $cacheableItem);
        return $cacheableItem;
    }