hello,
What are the current supported caching APIs in JRuby (specifically
rails)?
A few posts here seem to indicate memcached will not work well or at
all
under JRuby so I am wondering what people are using for caching
solutions.
Is there a more robust Java caching platform (similar to JBOSS Cache)
that
I should be looking at ?
hello,
What are the current supported caching APIs in JRuby (specifically rails)?
A few posts here seem to indicate memcached will not work well or at all
under JRuby so I am wondering what people are using for caching solutions.
Is there a more robust Java caching platform (similar to JBOSS Cache) that
I should be looking at ?
Have you tried memcache-client with JRuby? There may have been some
socket/IO issues from way back, but I think it should work fine now.
You should also take a look at ehcache for JRuby, which should plug in
seamlessly as a backend for Rails caching: