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
In the PSR-16 interface (psr/simple-cache), the get method is supposed to return the cached value (same value than what is passed in set, not a PSR-6 CacheItem object.
The current implementation is a weird mix of PSR-6 and PSR-16.