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;
    }