What package are most people using for their server-side
caching? I saw the home page for Turbine, (JCS), but it
doesn't look like it has the capability for inter-cache
dependencies or to set caching times, (sliding
window/absolute), on a per cache item basis.
Thanks
-Cam
Chris Lamprecht - 08 Mar 2004 00:34 GMT
There's a cool product called OSCache at
http://www.opensymphony.com/oscache/ that I'm using for a distributed cache
(it uses JavaGroups or JMS for the underlying group communication). It also
works for simpler, non-distributed caches.
> What package are most people using for their server-side
> caching? I saw the home page for Turbine, (JCS), but it
[quoted text clipped - 5 lines]
>
> -Cam
cameron - 10 Mar 2004 05:47 GMT
Thanks. That is a sweet looking package.
-Cam
> There's a cool product called OSCache at
> http://www.opensymphony.com/oscache/ that I'm using for a distributed cache
[quoted text clipped - 10 lines]
>>
>>-Cam