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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -