Phalcon\Annotations\Adapter\Base::read PHP Méthode

read() public méthode

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