UNPKG

orange-orm

Version:

Object Relational Mapper

7 lines (5 loc) 167 B
var setSessionSingleton = require('./setSessionSingleton'); function clearCache(context) { setSessionSingleton(context, 'cache', {}); } module.exports = clearCache;