Package com.caucho.env.distcache

Examples of com.caucho.env.distcache.AbstractCacheClusterBacking


 
  public AbstractCacheManager(ResinSystem resinSystem)
  {
    _resinSystem = resinSystem;
    // new AdminPersistentStore(this);
    _clusterBacking = new AbstractCacheClusterBacking();
  }
View Full Code Here

TOP

Related Classes of com.caucho.env.distcache.AbstractCacheClusterBacking

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.