Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created December 12, 2011 23:01
Show Gist options
  • Save eminetto/1469557 to your computer and use it in GitHub Desktop.
Save eminetto/1469557 to your computer and use it in GitHub Desktop.
cache ini
;cache
cache.compression = true
cache.frontend.lifetime = 7200
cache.frontend.automatic_serialization = true
;adaptador: File, Memcached ; APC
cache.backend.adapter = File
;cache em memcached
;cache.backend.options.srv1.host = localhost
;cache.backend.options.srv1.port = 11211
;cache.backend.options.srv1.persistent = true
;cache em arquivo
cache.backend.options.cache_dir = "/tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment