You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #6617 [WSSE] - Using a PSR6 cache instead of file cache (Nyholm)
This PR was submitted for the 3.0 branch but it was merged into the 3.1 branch instead (closes#6617).
Discussion
----------
[WSSE] - Using a PSR6 cache instead of file cache
I rewrote the WSSE example to use a PSR-6 cache instead. I did this because Symfony got a fancy new CacheComponent now and because using file cache will eventually fill up your inodes. (I just removed 2 million inodes from my server.)
Note: Im not sure about the service name for a cache pool. Is it just `cache`?
Commits
-------
1d6e267 [WSSE] - Using a PSR6 cache instead of file cache
0 commit comments