Skip to main content

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 work

Property Inventory

Properties

property Data as %String [ MultiDimensional ];
Property methods: DataDisplayToLogical(), DataGet(), DataIsValid(), DataLogicalToDisplay(), DataLogicalToOdbc(), DataNormalize(), DataSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab