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 clears the cache that
defineStateModule
loaders use.You can call
clearCache
in thethen
callback of a renderer to ensuredefineStateModule
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.