-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Cache] New array adapter cache #9110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
symfony-splitter
pushed a commit
to symfony/framework-bundle
that referenced
this issue
Jan 31, 2018
This PR was merged into the 4.1-dev branch. Discussion ---------- Adding an array adapter | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | symfony/symfony-docs#9110 There's no simple way to *disable* caching (e.g. in the dev) environment. Setting up an array adapter is a very simple way to allow this :). Commits ------- f92e03d adding an array adapter
nicolas-grekas
added a commit
to symfony/symfony
that referenced
this issue
Jan 31, 2018
This PR was merged into the 4.1-dev branch. Discussion ---------- Adding an array adapter | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | symfony/symfony-docs#9110 There's no simple way to *disable* caching (e.g. in the dev) environment. Setting up an array adapter is a very simple way to allow this :). Commits ------- f92e03d adding an array adapter
This was referenced Feb 5, 2018
javiereguiluz
added a commit
that referenced
this issue
Feb 6, 2018
javiereguiluz
added a commit
that referenced
this issue
Feb 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See symfony/symfony#25892
Also, our reference.rst section about the different cache adapters isn't great :).
It's not clear what values you would actually use, like
cache.adapter.redis
. It's also not very clear how you would configure, for example, the memcached connection details.The text was updated successfully, but these errors were encountered: