If I have a spring application that uses ehcache, will ehcache run in the same process and share the same memory as my servlet container?
I know memcache runs in its own process, and was wondering if ehcache can be setup to run in the same memory space?
Yes it will, unless you use clustering.