6970717273747576777879
if (cm == null) cm = new CacheManager(); Cache cache = null; try { cache = cm.createCache(); } catch (Exception ex) {} // set the cache as a context attribute if (cache != null) context.setAttribute(Constants.JSPTAG_CACHE_KEY, cache);
7980818283848586878889
cm = new CacheManager(); } Cache cache = null; try { cache = cm.createCache(); } catch (Exception ex) {} // Set the cache as a request attribute if (cache != null) { ServletRequest req = sre.getServletRequest();
cm = new CacheManager(); } Cache cache = null; try { cache = cm.createCache(); } catch (Exception ex) {} // Set the cache as a session attribute if (cache != null) { session.setAttribute(Constants.JSPTAG_CACHE_KEY, cache);
7374757677787980818283
8384858687888990919293