Discuss this help topic in SecureBlackbox Forum
Specifies the validity period of the cached validation results.
Declaration
[C#]
int CacheValidityTime;
[VB.NET]
Property CacheValidityTime As Integer
[Pascal]
property CacheValidityTime : integer;
[C++]
int32_t get_CacheValidityTime();
void set_CacheValidityTime(int32_t Value);
[PHP]
integer get_CacheValidityTime()
void set_CacheValidityTime(integer $Value)
[Java]
int getCacheValidityTime();
void setCacheValidityTime(int Value);
Description
Specifies the period of time during which cached validation results are treated as valid.
The default value is 300000 milliseconds (5 minutes).
Discuss this help topic in SecureBlackbox Forum