UNPKG

nuclear-entity-cache

Version:

A simple nuclear.js cache module that can be used as a centralized cache for entities.

8 lines (6 loc) 236 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var ENTITY_CACHE_LOAD = exports.ENTITY_CACHE_LOAD = '@@entity-cache/LOAD'; var ENTITY_CACHE_REMOVE = exports.ENTITY_CACHE_REMOVE = '@@entity-cache/REMOVE';