Clover Coverage Report - Atlassian Cache Servlet
Coverage timestamp: Wed Dec 31 1969 18:00:00 CST
0   10   0   -
0   5   -   0
0     -  
1    
 
 
  LastModifiedCacheExpirationHandler       Line # 8 0 0 - -1.0
 
No Tests
 
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    }