1 package com.atlassian.cache.servlet.handler;
2
3 import com.atlassian.plugin.util.LastModifiedHandler;
4
5 /**
6 * This glues the LastModifiedHandler from the plugins package to the CacheExpirationHandler interface.
7 */
8 public class LastModifiedCacheExpirationHandler extends LastModifiedHandler implements CacheExpirationHandler
9 {
10 }