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
I have a use case where different components require different cache expiry times. It doesn't look like this is currently possible as memlife is set once for the entire app when you call renderToString. Do you think it would be possible to use this as a default but add the ability to override on each cached component with a prop as needed ?