Stiphle\Storage\DoctrineCache::set PHP Method

set() public method

public set ( $key, $value )
    public function set($key, $value)
    {
        $this->cache->save($key, $value);
        return;
    }