We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello, I found the class: LRUCache
use LinkedHashMap and use read lock for get, but the LinkedHashMap get method is not thread safe, the element will move to last of queue when get it.
LinkedHashMap
get
True! the thing is that the cache utilities were not migrated to the https://github.com/oblac/jodd-util.
I am under impression that there are better cache libraries out there... not sure if we should maintain this one anymore?
U means that cache will be removed next time?
It already is :) If you take a look in the https://github.com/oblac/jodd-util there is no cache anymore...
But I am open for discussion!
So, wdyt @looly ? Would such a small cache make sense?
Un.... not sense.
I mean if some user use the old version jodd-all will be touch off the bug,and its very difficut to find out it.
jodd-all
Activity
igr commentedon Feb 19, 2022
True! the thing is that the cache utilities were not migrated to the https://github.com/oblac/jodd-util.
I am under impression that there are better cache libraries out there... not sure if we should maintain this one anymore?
looly commentedon Feb 20, 2022
U means that cache will be removed next time?
igr commentedon Feb 22, 2022
It already is :) If you take a look in the https://github.com/oblac/jodd-util there is no cache anymore...
But I am open for discussion!
igr commentedon Feb 22, 2022
So, wdyt @looly ? Would such a small cache make sense?
looly commentedon Feb 22, 2022
Un.... not sense.
I mean if some user use the old version
jodd-all
will be touch off the bug,and its very difficut to find out it.