CacheConfigurationCacheType Property

快取類型,預設使用記憶體快取(InMemory),可選擇分散式記憶體快取(InDistributedMemory)或Redis快取伺服器(InRedis)

Definition

Namespace: eBizprise.Framework.Common.Model
Assembly: eBizprise.Framework.Common (in eBizprise.Framework.Common.dll) Version: 25.0.1.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public CacheType CacheType { get; set; }

Property Value

CacheType

See Also