UNPKG

global_session

Version:

A link between LRU and messaging to peers which may store or cache LRU entries remotely

6 lines (5 loc) 252 B
const SessionCacheManager = require('./lib/global_session') const SessionPressureRelief = require('./lib/session_pressure_relief') // module.exports.SessionCacheManager = SessionCacheManager module.exports.SessionPressureRelief = SessionPressureRelief