Package com.xixibase.cache.multi

Examples of com.xixibase.cache.multi.MultiGet


    }
    return null;
  }

  public List<CacheItem> multiGet(List<String> keys) {
    MultiGet multi = new MultiGet(this.manager, this.groupID, this.transCoder);
    List<CacheItem> list = multi.multiGet(keys);
    lastError = multi.getLastError();
    return list;
  }
View Full Code Here

TOP

Related Classes of com.xixibase.cache.multi.MultiGet

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.