~ubuntu-branches/ubuntu/trusty/ehcache/trusty

« back to all changes in this revision

Viewing changes to net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.java

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2008-07-14 02:08:53 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080714020853-37uz6uzh6mc5mcgx
Tags: 1.5.0-1
* New upstream release
* Add libjgroups-java to Build-Depends-Indep
* Bump Standards-Version to 3.8.0
* debian/copyright: remove the full text of Apache 2.0 license, as now
  is included in common licenses

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 * Filter Mappings need to be set up for a cache to have effect.
37
37
 *
38
38
 * @author <a href="mailto:gluck@thoughtworks.com">Greg Luck</a>
39
 
 * @version $Id: PageFragmentCachingFilter.java 543 2007-08-19 06:53:09Z gregluck $
 
39
 * @version $Id: PageFragmentCachingFilter.java 606 2008-05-02 23:22:40Z gregluck $
40
40
 */
41
41
public abstract class PageFragmentCachingFilter extends CachingFilter {
42
42