UNPKG

pvserverhelper

Version:

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

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