Show / Hide Table of Contents

    Enum StaticCacheMode

    Arbeitsmodus eines statischen Caches. Dieser kann im Einsprungpunkt GlobalGetStaticCacheMode(IDevFrameworkDataObject) pro Component-Typ festgelegt werden.

    Namespace: FrameworkSystems.FrameworkBase
    Assembly: FrameworkSystems.FrameworkBase.dll
    Syntax
    [DocfxBrowsable]
    public enum StaticCacheMode

    Fields

    Name Description
    Broker

    Daten werden für alle Sessions zentral im Broker verwaltet. Der Einsprungpunkt GlobalWhereStaticCache(IStaticCacheObject) wird durchlaufen. Nicht durchlaufen werden die Einsprungpunkte FrameworkSystems.FrameworkBase.GlobalObj.cGlobalBase.GlobalOnBeforeLoad(FrameworkSystems.FrameworkBase.DevFrameworkObject,System.String@,System.String@,System.String@), FrameworkSystems.FrameworkBase.FrameworkDataObject`2.OnBeforeLoad(System.String@,System.String@,System.String@,System.Boolean) und FrameworkSystems.FrameworkBase.FrameworkDataColl`2.OnBeforeLoad(System.String@,System.String@,System.String@).

    Session

    Daten werden pro Session verwaltet. Die Einsprungpunkte FrameworkSystems.FrameworkBase.GlobalObj.cGlobalBase.GlobalOnBeforeLoad(FrameworkSystems.FrameworkBase.DevFrameworkObject,System.String@,System.String@,System.String@), FrameworkSystems.FrameworkBase.FrameworkDataObject`2.OnBeforeLoad(System.String@,System.String@,System.String@,System.Boolean) und FrameworkSystems.FrameworkBase.FrameworkDataColl`2.OnBeforeLoad(System.String@,System.String@,System.String@) werden durchlaufen. Nicht durchlaufen wird GlobalWhereStaticCache(IStaticCacheObject).

    Back to top Generated by DocFX