Package org.jboss.web.tomcat.service.session.distributedcache.impl.jbc

Examples of org.jboss.web.tomcat.service.session.distributedcache.impl.jbc.JBossCacheService


   private Cache plainCache;
  
   public DistributedCacheManager getDistributedCacheManager(String cacheConfigName)
         throws ClusteringNotSupportedException
   {
      return plainCache == null? new JBossCacheService(cacheConfigName) : new JBossCacheService(plainCache);
   }
View Full Code Here

TOP

Related Classes of org.jboss.web.tomcat.service.session.distributedcache.impl.jbc.JBossCacheService

Copyright © 2018 www.massapicom. 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.