src/org/objectweb/cjdbc/controller/cache/result/rules/NoCaching.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.controller.cache.result.rules; 00026 00027 import org.objectweb.cjdbc.common.sql.SelectRequest; 00028 import org.objectweb.cjdbc.common.xml.DatabasesXmlTags; 00029 import org.objectweb.cjdbc.controller.cache.result.AbstractResultCache; 00030 import org.objectweb.cjdbc.controller.cache.result.CacheBehavior; 00031 import org.objectweb.cjdbc.controller.cache.result.entries.CacheEntry; 00032 import org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache; 00033 import org.objectweb.cjdbc.controller.virtualdatabase.ControllerResultSet; 00034 00041 public class NoCaching extends CacheBehavior 00042 { 00043 static final ResultCacheEntryNoCache NOCACHE_ENTRY = new ResultCacheEntryNoCache(); 00044 00049 public CacheEntry getCacheEntry(SelectRequest sqlQuery, 00050 ControllerResultSet result, AbstractResultCache cache) 00051 { 00052 return NOCACHE_ENTRY; 00053 } 00054 00058 public String getXml() 00059 { 00060 return "<" + DatabasesXmlTags.ELT_NoCaching + "/>"; 00061 } 00062 00063 }

CJDBCversion1.0.4に対してTue Oct 12 15:16:00 2004に生成されました。 doxygen 1.3.8