org.mapdb / DB / HashMapMaker / expireAfterUpdate

expireAfterUpdate

fun expireAfterUpdate(): HashMapMaker<K, V>
fun expireAfterUpdate(ttl: Long): HashMapMaker<K, V>
fun expireAfterUpdate(ttl: Long, unit: TimeUnit): HashMapMaker<K, V>