Discuss this help topic in SecureBlackbox Forum
Time To Live in seconds.
Declaration
[VB.NET]
Property TimeToLive As UInt32
[Pascal]
property TimeToLive : cardinal;
[C++]
uint32_t get_TimeToLive();
void set_TimeToLive(uint32_t Value);
[PHP]
integer get_TimeToLive()
void set_TimeToLive(integer $Value)
[Java]
int getTimeToLive();
void setTimeToLive(int Value);
Description
This value indicates how long the RR may be cached.
The value 0 (zero) indicates that data should not be cached.
Discuss this help topic in SecureBlackbox Forum