0 Replies Latest reply on Mar 1, 2004 3:15 AM by mehenry

    Problem on EJB caching

    mehenry

      Hi All,
      I am trying to play with the cache-policy-conf setting in standardjboss.xml. There are parameters like:
      min-capacity
      max-capacity
      max-cache-miss-period
      min-cache-miss-period

      Could any one tell me what's the unit of those parameter ? min-capacity has a default value of 50, does it mean for caching 50 entity bean / 50KB for caching ?
      My second question is: Does this cache stay in the JVM ? Or outside JVM ? How about if it couldn't fit in the JVM's memory for the first case ?

      Thanks a lot !!!!

      Henry