Created
December 12, 2011 23:01
-
-
Save eminetto/1469557 to your computer and use it in GitHub Desktop.
cache ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;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