UNPKG

memory-cache2

Version:

Creates an object cache in memory for use in browser or node. Cache instances are observable and can listen for events.

11 lines (9 loc) 217 B
module.exports = { get: Symbol('GET'), set: Symbol('SET'), remove: Symbol('REMOVE'), expire: Symbol('EXPIRE'), merge: Symbol('MERGE'), concat: Symbol('CONCAT'), reset: Symbol('RESET'), };