Export `clearCache` helper
Opened this issue · 1 comments
aleclarson commented
This clears the cache that defineStateModule
loaders use.
You can call clearCache
in the then
callback of a renderer to ensure defineStateModule
loaders are called on each render. Or you can pass a state module to it (along with any arguments) to clear a specific entry in the cache whenever you need.
aleclarson commented
This could probably work on the client side too