Home > @vsf-enterprise/epcc-api > StoreConfigCacheStorage > get
# StoreConfigCacheStorage.get() method
Gets a store configuration from cache storage based on the key value.
Signature:
get(key: string): Promise<StoreConfig>;
# Parameters
| Parameter | Type | Description |
|---|---|---|
| key | string |
Returns:
Promise<StoreConfig>