1 23 24 package com.sun.appserv.web.taglibs.cache; 25 26 29 class Constants 30 { 31 34 public static final int DEFAULT_JSP_CACHE_TIMEOUT = 60; 35 36 39 public static final String JSPTAG_CACHE_KEY = "com.sun.appserv.web.taglibs.cache.tag_cache"; 40 41 45 public static final String JSPTAG_COUNTER_KEY = "com.sun.appserv.web.taglibs.cache.tag_counter"; 46 47 } 48 | Popular Tags |