Skip to content

Add doc for framework.cache.pools.tags #9652

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

Merged
merged 2 commits into from
Jun 4, 2018

Conversation

nicolas-grekas
Copy link
Member

cheers

@wouterj wouterj added the Waiting Code Merge Docs for features pending to be merged label May 5, 2018
@wouterj wouterj added this to the next milestone May 5, 2018
nicolas-grekas added a commit to symfony/symfony that referenced this pull request May 29, 2018
…ls (nicolas-grekas)

This PR was merged into the 4.2-dev branch.

Discussion
----------

[FrameworkBundle] Allow configuring taggable cache pools

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #25903
| License       | MIT
| Doc PR        | symfony/symfony-docs#9652

This PR adds a new configuration option for cache pools:
```yaml
framework:
     cache:
         pools:
            app.taggable_pool:
                tags: true
            app.taggable_pool_with_separate_store_for_tags:
                tags: app.my_pool_for_tags
```

Commits
-------

896be4c [FrameworkBundle] Allow configuring taggable cache pools
@javiereguiluz javiereguiluz removed this from the next milestone Jun 4, 2018
@javiereguiluz javiereguiluz added Missing Documentation and removed Waiting Code Merge Docs for features pending to be merged labels Jun 4, 2018
@javiereguiluz javiereguiluz added this to the 4.2 milestone Jun 4, 2018
@javiereguiluz
Copy link
Member

Thanks Nicolas.

@javiereguiluz javiereguiluz merged commit 08c5702 into symfony:master Jun 4, 2018
javiereguiluz added a commit that referenced this pull request Jun 4, 2018
…aviereguiluz)

This PR was merged into the master branch.

Discussion
----------

Add doc for framework.cache.pools.tags

cheers

Commits
-------

08c5702 Added the versionadded directive
06427eb Add doc for framework.cache.pools.tags
@nicolas-grekas nicolas-grekas deleted the cache-tags branch July 1, 2018 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants