HS.Util.SessionCache
class HS.Util.SessionCache extends %Library.RegisteredObject
Used as a dummy version of %CSP.Session, to allow background processing to cache stuff in %session.Data, even though there is no %CSP.Session. Some web.SDA3 code is invoking ##class(HS.UI.Util).ConfigValue to get and cache configuration registry values in %session.Data. The background parallel processing classes can use this class to make this workProperty Inventory
Properties
property CSPSessionCookie as HS.HC.DataType.AnyString;
Property methods: CSPSessionCookieDisplayToLogical(), CSPSessionCookieGet(), CSPSessionCookieIsValid(), CSPSessionCookieLogicalToDisplay(), CSPSessionCookieLogicalToOdbc(), CSPSessionCookieNormalize(), CSPSessionCookieSet()
property Data as %String [ MultiDimensional ];
Property methods: DataDisplayToLogical(), DataGet(), DataIsValid(), DataLogicalToDisplay(), DataLogicalToOdbc(), DataNormalize(), DataSet()
property Key as HS.HC.DataType.AnyString;
Property methods: KeyDisplayToLogical(), KeyGet(), KeyIsValid(), KeyLogicalToDisplay(), KeyLogicalToOdbc(), KeyNormalize(), KeySet()
property UseSessionCookie as %Integer [ InitialExpression = 1 ];
Property methods: UseSessionCookieDisplayToLogical(), UseSessionCookieGet(), UseSessionCookieIsValid(), UseSessionCookieLogicalToDisplay(), UseSessionCookieNormalize(), UseSessionCookieSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()