}
@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;