try
{
// Determine if our cache is a PojoCache or a plain Cache
if (cacheObjectName == null)
{
CacheManager cm = CacheManagerLocator.getCacheManagerLocator().getCacheManager(null);
cache = cm.getCache(cacheName, true);
}
else if (server != null)
{
// Look in JMX
MBeanInfo info = server.getMBeanInfo(cacheObjectName);