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