Package com.caucho.distcache

Examples of com.caucho.distcache.CacheManager.create()


  //
  public static QuercusDistcache resin_create_distcache(Env env, String name)
  {
    CacheManager manager = CacheManager.createManager();

    return new QuercusDistcache(manager.create(name));
  }

  public static class QuercusDistcache {
    private final AbstractCache _cache;
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.