UNPKG

mayor-model-cache

Version:

A nuclear-js module provides a cache for your models

9 lines (6 loc) 212 B
export const MODEL_CACHE_LOAD_ENTITY = '@@mayor/model-cache/load' export const MODEL_CACHE_REMOVE_ENTITY = '@@mayor/model-cache/remove' export default { MODEL_CACHE_LOAD_ENTITY, MODEL_CACHE_REMOVE_ENTITY }