Metaphore\Store\MemcacheStore::get PHP Method

get() public method

public get ( $key )
    public function get($key)
    {
        return $this->memcache->get($this->prepareKey($key));
    }