mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-15 15:16:46 +01:00
Merge branch 'master' into ai
This commit is contained in:
commit
412de5de20
@ -28,7 +28,7 @@ public class TemporaryCache<T> {
|
||||
this.keepTime = keepTime;
|
||||
this.cache = CacheBuilder.newBuilder()
|
||||
.expireAfterWrite(keepTime, TimeUnit.MILLISECONDS)
|
||||
.weakValues()
|
||||
.softValues()
|
||||
.build();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user