Implements the Storage class for express-session using a Cache of @gibme/cache as the underlying storage provider
Cache
Constructs a new instance of the class
Returns all sessions from the store
Delete all sessions from the store
Destroys the session with the given session ID
Gets the session from the store given a session ID and passes it to callback.
callback
Optional
Returns the amount of sessions in the store
Upserts a session in the store given a session ID and SessionData
"Touches" a given session, resetting the idle timer
Implements the Storage class for express-session using a
Cache
of @gibme/cache as the underlying storage provider