Enum StaticCacheMode
- Namespace
- FrameworkSystems.FrameworkBase
- Assembly
- FrameworkSystems.FrameworkBase.dll
Arbeitsmodus eines statischen Caches. Dieser kann im Einsprungpunkt GlobalGetStaticCacheMode(IDevFrameworkDataObject) pro Component-Typ festgelegt werden.
public enum StaticCacheMode
Fields
Broker = 1
Daten werden für alle Sessions zentral im Broker verwaltet. Der Einsprungpunkt GlobalWhereStaticCache(IStaticCacheObject) wird durchlaufen. Nicht durchlaufen werden die Einsprungpunkte GlobalOnBeforeLoad(DevFrameworkObject, ref string, ref string, ref string), OnBeforeLoad(ref string, ref string, ref string, bool) und OnBeforeLoad(ref string, ref string, ref string).
Session = 2
Daten werden pro Session verwaltet. Die Einsprungpunkte GlobalOnBeforeLoad(DevFrameworkObject, ref string, ref string, ref string), OnBeforeLoad(ref string, ref string, ref string, bool) und OnBeforeLoad(ref string, ref string, ref string) werden durchlaufen. Nicht durchlaufen wird GlobalWhereStaticCache(IStaticCacheObject).