orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
518 stars 220 forks source link

Use Ehcache to replace MemoryCache #421

Open ebruchez opened 12 years ago

ebruchez commented 12 years ago

There is no reason to have our own cache at this point.

ebruchez commented 12 years ago

There is evidence that we have contention on MemoryCache. Using Ehcache should yield much better performance.

ebruchez commented 11 years ago

Impacted caches:

Does it make sense to centralized the change in ObjectCache?