ActiveRecord\Memcache::read PHP Method

read() public method

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