Skip to content

Instantly share code, notes, and snippets.

@kriswallsmith
Created March 29, 2010 20:49
Show Gist options
  • Save kriswallsmith/348389 to your computer and use it in GitHub Desktop.
Save kriswallsmith/348389 to your computer and use it in GitHub Desktop.
# allows symfony cc to work when a dev doesn't have APC installed
prod:
# <?php if (extension_loaded('apc')): ?> #
view_cache:
class: sfAPCCache
routing:
cache:
class: sfAPCCache
# <?php endif; ?> #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment