cache.rst 551 B

1234567891011121314151617181920212223
  1. Cache
  2. =====
  3. GearmanBundle caches all annotations. You can clear or warmup just gearman cache
  4. by using custom commands
  5. .. code-block:: bash
  6. $ php app/console
  7. gearman
  8. gearman:cache:clear Clears gearman cache data on current environment
  9. gearman:cache:warmup Warms up gearman cache data
  10. Gearman also clear and warmup cache when using Symfony2 cache commands
  11. .. code-block:: bash
  12. $ php app/console
  13. cache
  14. cache:clear Clears the cache
  15. cache:warmup Warms up an empty cache