Skip to content

add PSR-6 cache adapter for validator #17451

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
wants to merge 1 commit into from

Conversation

dmaicher
Copy link
Contributor

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

Following the recently merged PSR-6 Cache from @nicolas-grekas I thought it might be a good starting point to add an adapter for the Validator meta data caching.

*
* @author David Maicher <mail@dmaicher.de>
*/
class PsrCache implements CacheInterface
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Wanted to name it PsrCacheAdapter but as the existing doctrine adapter is named DoctrineCache I followed the pattern.

@dmaicher
Copy link
Contributor Author

Already done: #17440

@dmaicher dmaicher closed this Jan 19, 2016
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.

2 participants