@midwayjs/sessionClassesSessionStore版本:3.0.0本页总览abstractSessionStore Index ConstructorsconstructorMethodsdestroygetsetConstructors constructornew SessionStore(): SessionStoreMethods abstractdestroydestroy(key: any): anyabstractgetget(key: string): anyabstractsetset(key: string, value: string, maxAge: number): any