Click or drag to resize
CacheSessionCacheMinutes Property
默认缓存器过期分钟数,默认 5 当缓存器过期通过check接口检查通过后会重建缓存 若此值为零则无缓存,每次登录验证均由check检查

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public virtual int CacheMinutes { get; }

Property Value

Type: Int32
See Also