UNPKG

mcms-node-eshop

Version:

Eshop module for mcms-node

7 lines (6 loc) 218 B
module.exports = (function(App,Connection,Package,privateMethods){ return function(tag,key,id,newValue){ delete App.Cache[tag][id]; privateMethods.addToCache(tag,key,null,newValue); } });