Home > @vsf-enterprise/epcc-api > MultistoreConfig > updateFn
# MultistoreConfig.updateFn property
Function to be invoked when cache is empty or expired
Signature:
updateFn?: (domain: string) => Promise<Record<Host, StoreConfig>>;
Home > @vsf-enterprise/epcc-api > MultistoreConfig > updateFn
Function to be invoked when cache is empty or expired
Signature:
updateFn?: (domain: string) => Promise<Record<Host, StoreConfig>>;
On this page