Implement Doctrine2 Caching with PHP Google App Engine? -
i know gae supports symfony: https://cloud.google.com/appengine/docs/php/symfony-hello-world, using doctrine2 without symfony. have read in doctrine docs not use arraycache in production, has else been able use memcache or apccache?
based on http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/configuration.html if set $isdevmode
false when calling setup::createyamlmetadataconfiguration
should automatically fall memcache on gae.
Comments
Post a Comment