Networking\InitCmsBundle\Lib\PhpCache::get PHP Method

get() public method

public get ( $keyword, array $option = [] ) : mixed | null | string
$keyword
$option array
return mixed | null | string
    public function get($keyword, $option = array())
    {
        return $this->phpFastCache->instance->get($keyword, $option);
    }