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
Just had to overwrite the value type in my adapter before passing it over, even though the CacheInterface specifically says that $expiresAfter should accept an integer, yet Authentication passes a double.
I've used the following 2 issues as references for what I have to do to implement caching with this library. #39 #19
The following is my adapter class for Simple Caching.
I've integrated the adapter into my code like so:
When I execute my app, I get the following error:
Any idea what's causing this? "32340" doesn't seem like a double.
The text was updated successfully, but these errors were encountered: