Guest User

Untitled

a guest
May 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # allows symfony cc to work when a dev doesn't have APC installed
  2.  
  3. prod:
  4. # <?php if (extension_loaded('apc')): ?> #
  5. view_cache:
  6. class: sfAPCCache
  7. routing:
  8. cache:
  9. class: sfAPCCache
  10. # <?php endif; ?> #
Add Comment
Please, Sign In to add comment