fun expireAfterGet(): HashSetMaker<E>
fun expireAfterGet(ttl: Long): HashSetMaker<E>
fun expireAfterGet(ttl: Long, unit: TimeUnit): HashSetMaker<E>