Java connection manager API change

The JCMCache.getCacheSize method has been replaced by the following methods:

public int getPoolSizeMax()
public int getPoolSizeMin()

JCMCache.getPoolSizeMax() returns the cache’s maximum size. JCMCache.getPoolSizeMin() returns the minimum size. For more information, see the reference pages in Chapter 1, “Java Classes and Interfaces,” in the EAServer API Reference Manual.