1 /*** 2 * Created on 2005-02-20 3 * @author Philippe Lefebvre 4 */ 5 package net.sf.xtract.caching; 6 7 /*** 8 * TODO Write javadoc for 9 */ 10 public interface DocumentCache { 11 12 }