Skip to content

Update Cache component doc for 4.2 #10685

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

Closed

Conversation

nicolas-grekas
Copy link
Member

WIP
Targetted at fixing #9986
Please comment what you expect this page to tell if you have any opinion on the topic :)

adapters for the most common caching backends, including proxies for adapting
from/to `Doctrine Cache`_.
The Cache component provides features covering simple to advanced caching needs.
It natively implements `PSR-6`_ and the `Cache Contract`_ for greatest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'd need to add the "Cache Contract" link URL at the bottom of this article:

.. _`Cache Contract`: https://...


Now you can create, retrieve, update and delete items using this object::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are going to remove these examples, we should provide a replacement with the new recommended way of doing it, right?

@wouterj
Copy link
Member

wouterj commented Apr 10, 2019

Closing, @Nyholm continued this in #11391. Thanks for starting these changes!

@wouterj wouterj closed this Apr 10, 2019
javiereguiluz added a commit that referenced this pull request Apr 11, 2019
This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes #11391).

Discussion
----------

[Cache] Update cache for 4.2

This will continue the work started in #10685

We need to document the CacheInterface from Contracts better.

Commits
-------

1f819d5 added ref
46045bc fixes
f59c055 updated link
a5475f8 Added reference
6d51f93 minor
8b1d3d9 Adding examples of cache contracts
e7b2bdf Update Cache component doc for 4.2
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.

4 participants