When using JCache (in my case it’s implementation is EHCache) is an ObjectContext’s localCache tied to the object context or is it global? In other words, if I use localCache will the cache go away when the object context goes away or does it persist?
-Lon