LdapTools\Cache\NoCache::set PHP 메소드

set() 공개 메소드

public set ( LdapTools\Cache\CacheableItemInterface $item )
$item LdapTools\Cache\CacheableItemInterface
    public function set(CacheableItemInterface $item)
    {
        return $item;
    }