Home > @vsf-enterprise/epcc-api > StoreConfigCacheStorage
# StoreConfigCacheStorage interface
Signature:
export interface StoreConfigCacheStorage
# Methods
Method | Description |
---|---|
get(key) | Gets a store configuration from cache storage based on the key value. |
set(key, value) | Sets a store configuration in the cache storage with identifier equals key value. |