replaced inMemory cache with caffeine for performance benchmarks

This commit is contained in:
2025-04-15 01:51:03 +08:00
parent ae8817ad2a
commit 19965dd3b0
4 changed files with 56 additions and 103 deletions

View File

@@ -12,6 +12,7 @@ dependencies {
implementation catalog.netty.handler
implementation catalog.netty.buffer
implementation catalog.netty.transport
implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
api project(':rbcs-common')
api project(':rbcs-api')