Package org.jrest4guice.cache

Examples of org.jrest4guice.cache.CacheGuiceModuleProvider


   * 打开SNA支持
   * @param packages cache提供者的扫描路径
   * @return
   */
  public GuiceContext useCache(String... packages){
    this.addModuleProvider(new CacheGuiceModuleProvider());
    return this;
  }
View Full Code Here

TOP

Related Classes of org.jrest4guice.cache.CacheGuiceModuleProvider

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.