use guava's cache as implementation for the HotEntryCache

My own implementation was faster, but was not able to
implement a size limitation.
This commit is contained in:
2019-02-16 10:23:52 +01:00
parent 7b00eede86
commit 117ef4ea34
5 changed files with 354 additions and 733 deletions

View File

@@ -1,5 +1,6 @@
dependencies {
compile lib_guava
compile lib_log4j2_core
compile lib_log4j2_slf4j_impl
}