1 /* 2 * Created on May 18, 2005 3 * 4 * TODO To change the template for this generated file go to 5 * Window - Preferences - Java - Code Style - Code Templates 6 */ 7 package org.enhydra.dods.cache.base; 8 9 /** 10 * @author P.Djojic May 18, 2005 12:59:34 AM 11 * 12 * TODO DODSCacheAbstractFactory 13 */ 14 public interface DODSCacheAbstractFactory { 15 public DODSCache newDODSCache(int cacheSize); 16 } 17