Phalcon\Annotations\Adapter\Base::read PHP Method

read() public method

public read ( string $key ) : array
$key string
return array
    public function read($key)
    {
        return $this->getCacheBackend()->get($this->prepareKey($key), $this->options['lifetime']);
    }