UNPKG

pvserverhelper

Version:

This is an npm module design to perform common uses with pVelocity's pvserver

8 lines (7 loc) 239 B
### ``removeSessionJsapiObject(jsapi, sessionId)`` Fetches cache for ``sessionId`` if it exists and removes it or returns ``jsapi``. - `jsapi` `<Object>` - `sessionId` `<String>` ```js pvh.removeSessionJsapiObject(jsapi, 'qwfd1f13g'); ```