Home > @vsf-enterprise/epcc-api > StoreConfigCacheStorage > set
# StoreConfigCacheStorage.set() method
Sets a store configuration in the cache storage with identifier equals key
value.
Signature:
set(key: string, value: StoreConfig): Promise<StoreConfig>;
# Parameters
Parameter | Type | Description |
---|---|---|
key | string | |
value | StoreConfig |
Returns:
Promise<StoreConfig>