LdapTools\Cache\NoCache::set PHP Method

set() public method

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