extends abstract class Phalcon\Annotations\Adapter
implements Phalcon\Annotations\AdapterInterface
Source on GitHub
Stores the parsed annotations to XCache. This adapter is suitable for production
$annotations = new \Phalcon\Annotations\Adapter\Xcache();
Methods
public Phalcon\Annotations\Reflection read (string $key)
Reads parsed annotations from XCache
public write (mixed $key, Phalcon\Annotations\Reflection $data)
Writes parsed annotations to XCache
public setReader (Phalcon\Annotations\Rea