Initializervapor 4.114.1Vapor
init
MemorySessions.swift:25init()
init()
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
final class Storage
struct MemorySessions
Simple in-memory sessions implementation.
let queue: DispatchQueue
var sessions: [SessionID : SessionData] { get set }