Join Slack
Powered by
Is there a multiplatform cache library like caffei...
# getting-started
a
aarjav
01/13/2019, 5:02 PM
Is there a multiplatform cache library like caffeine or guava's cache on the jvm?
d
Dominaezzz
01/13/2019, 5:07 PM
This is the only one I know of.
https://github.com/touchlab/Stately#lru-cache
a
aarjav
01/13/2019, 5:10 PM
Thanks, will keep a look out for updates
p
Paul N
01/14/2019, 7:45 AM
If you are using Spring you can use the @cachable annotations which just delegate to the caching implementation of your choice, eg ehcache. Or just use ehcache directly though Spring makes things a lot easier.
84
Views
Open in Slack
Previous
Next