Package cn.bran.play

Examples of cn.bran.play.AltCacheSimpleImpl


  }

  @Test
  public void testExternalizeRenderResultPartial() throws IOException, ClassNotFoundException {
    RenderResultCache.setAltCache(new AltCacheSimpleImpl());
    Map<String, String> map = new HashMap<String, String>();
    map.put("a", "aa");
    map.put("b", "bb");
    StringBuilder sb = new StringBuilder("hello");
    long rt = 1000;
View Full Code Here

TOP

Related Classes of cn.bran.play.AltCacheSimpleImpl

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.