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
Could you make a function to expire a cache right now in stead of waiting for the maxage?
I'm asking this because I would like to have an option to start the onExpire process.
So it would look like this:
CacheFactory.get('cachedStuff').expireNow();
The text was updated successfully, but these errors were encountered:
Could you make a function to expire a cache right now in stead of waiting for the maxage?
I'm asking this because I would like to have an option to start the onExpire process.
So it would look like this:
CacheFactory.get('cachedStuff').expireNow();
The text was updated successfully, but these errors were encountered: