saus
saus copied to clipboard
Export `clearCache` helper
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.
This could probably work on the client side too