alloc/saus

Export `clearCache` helper

Opened this issue · 1 comments

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