mayor-model-cache
Version:
A nuclear-js module provides a cache for your models
13 lines (10 loc) • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var MODEL_CACHE_LOAD_ENTITY = exports.MODEL_CACHE_LOAD_ENTITY = '@@mayor/model-cache/load';
var MODEL_CACHE_REMOVE_ENTITY = exports.MODEL_CACHE_REMOVE_ENTITY = '@@mayor/model-cache/remove';
exports.default = {
MODEL_CACHE_LOAD_ENTITY: MODEL_CACHE_LOAD_ENTITY,
MODEL_CACHE_REMOVE_ENTITY: MODEL_CACHE_REMOVE_ENTITY
};