serial class %CSP.Mgr.Helper.CachedForms
extends %SerialObject, %XML.Adaptor
This object is part of the %CSP.Mgr.GatewaySystemStatus object.
parameter XMLIGNOREINVALIDTAG = 1;
The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected
elements in the XML input.
By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error.
If XMLIGNOREINVALIDTAG is set = 1, then unexpected elements will be ignored.
property CacheActivity
as %Integer;
Number of hits for forms held in the Gateway cache.
property CachedData
as %Integer;
Amount (in bytes) of cached form dat held in the Gateway.
property Form
as array of %CSP.Mgr.Helper.Form(XMLKEYNAME="id",XMLPROJECTION="ELEMENT");
Information about individual forms in the Gateway cache.
property FormsInCache
as %Integer;
Number of CSP forms cached by the Gateway