imsweb/staging-client-java

Replace cache2k with LRU cache

ctmay4 opened this issue · 0 comments

Cache2K is overkill for what it is used for. Instead I suggest using https://github.com/jhalterman/expiringmap which is a tiny dependency and supports expireAfterAccess which Cache2K does not.