| CacheSessionCacheMinutes Property |
默认缓存器过期分钟数,默认 5
当缓存器过期通过check接口检查通过后会重建缓存
若此值为零则无缓存,每次登录验证均由check检查
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic virtual int CacheMinutes { get; }Public Overridable ReadOnly Property CacheMinutes As Integer
Get
public:
virtual property int CacheMinutes {
int get ();
}abstract CacheMinutes : int with get
override CacheMinutes : int with get
Property Value
Type:
Int32
See Also