git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@943466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-05-12 12:23:25 +00:00
parent 2b9c59c283
commit 21b81e180f
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ import javax.servlet.http.HttpServletResponse;
*/
public class AjaxServlet extends MessageListenerServlet {
private static final long serialVersionUID = -3875280764356406114L;
private Map<String, byte[]> jsCache = new HashMap<String, byte[]>();
private long jsLastModified = 1000 * (System.currentTimeMillis() / 1000);