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
Hi, the library works really well for the moment: I would like to ask you something about it (it would be amazing to add that to the README):
why, on your example, the third parameter expiringInMinutes is set as a negative number? If I do so on my code it expires immediately (so I gave that a positive number of 60 minutes to try...is this the right behaviour to adopt?).
What's the purpose of flush/flushexpired in your library? I'm using just cache.remove('xx') in order to invalidate it.
Thanks again
The text was updated successfully, but these errors were encountered:
Hi, the library works really well for the moment: I would like to ask you something about it (it would be amazing to add that to the README):
expiringInMinutes
is set as a negative number? If I do so on my code it expires immediately (so I gave that a positive number of 60 minutes to try...is this the right behaviour to adopt?).cache.remove('xx')
in order to invalidate it.Thanks again
The text was updated successfully, but these errors were encountered: