Class **Phalcon\\Annotations\\Adapter\\Apc** ============================================ *extends* abstract class :doc:`Phalcon\\Annotations\\Adapter ` *implements* :doc:`Phalcon\\Annotations\\AdapterInterface ` Stores the parsed annotations in APC. This adapter is suitable for production .. code-block:: php ` **read** (*string* $key) Reads parsed annotations from APC public **write** (*string* $key, :doc:`Phalcon\\Annotations\\Reflection ` $data) Writes parsed annotations to APC public **setReader** (:doc:`Phalcon\\Annotations\\ReaderInterface ` $reader) inherited from Phalcon\\Annotations\\Adapter Sets the annotations parser public :doc:`Phalcon\\Annotations\\ReaderInterface ` **getReader** () inherited from Phalcon\\Annotations\\Adapter Returns the annotation reader public :doc:`Phalcon\\Annotations\\Reflection ` **get** (*string|object* $className) inherited from Phalcon\\Annotations\\Adapter Parses or retrieves all the annotations found in a class public *array* **getMethods** (*string* $className) inherited from Phalcon\\Annotations\\Adapter Returns the annotations found in all the class' methods public :doc:`Phalcon\\Annotations\\Collection ` **getMethod** (*string* $className, *string* $methodName) inherited from Phalcon\\Annotations\\Adapter Returns the annotations found in a specific method public *array* **getProperties** (*string* $className) inherited from Phalcon\\Annotations\\Adapter Returns the annotations found in all the class' methods public :doc:`Phalcon\\Annotations\\Collection ` **getProperty** (*string* $className, *string* $propertyName) inherited from Phalcon\\Annotations\\Adapter Returns the annotations found in a specific property