EncryptionSessionCacheTTL property

  1. @LongLong()
int EncryptionSessionCacheTTL
getter/setter pair

EncryptionSessionCacheTTL is the duration of cache lifetime in Milliseconds. -1 to cache forever. 0 for no cache.

Implementation

@ffi.LongLong()
external int EncryptionSessionCacheTTL;