Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] L2 Cache Question

Hello all,

I have the following ear structure

ear
-lib
      -jpa-entities.jar
-webapp1.war
-webapp2.war


Is it correct that in this case the L2 cache from the EntityManager factory, which is managed by the container is the same for both webapp1 and webapp2?


And in case I would deploy the wars not packaged in an ear, but independently with the jpa-entities.jar in the war's WEB-INF/lib the wars each have their own L2 cache?

Leon





Back to the top