UNPKG

orange-orm

Version:

Object Relational Mapper

8 lines (6 loc) 212 B
const getSessionSingleton = require('./getSessionSingleton'); function getSessionCache(context, id) { const cache = getSessionSingleton(context, 'cache'); return cache[id]; } module.exports = getSessionCache;