Package org.jboss.cache

Examples of org.jboss.cache.CacheImpl.printDetails()


    */
   public static String printCacheDetails(Cache c)
   {
      // internal cast
      CacheImpl ci = ((CacheInvocationDelegate) c).getDelegationTarget();
      return ci.printDetails();
   }

   /**
    * Prints the status of locks in the cache (nodes + locks) to a string
    *
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.