ttl property

int? ttl
final

time to live. In seconds. Set how long cache will be alive. Default value is set to null, means infinitive ttl.

Implementation

final int? ttl;