クラス org.objectweb.cjdbc.controller.cache.result.rules.EagerCaching

org.objectweb.cjdbc.controller.cache.result.rules.EagerCachingに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.controller.cache.result.rules.EagerCachingのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

EagerCaching means that all entries in the cache are always coherent and any update query (insert,delete,update,...) will automatically invalidate the corresponding entry in the cache. This was the previous cache behavior for all queries

作者:
Nicolas Modrzyk
バージョン:
1.0

EagerCaching.java44 行で定義されています。

Public メソッド

 EagerCaching ()
CacheEntry getCacheEntry (SelectRequest sqlQuery, ControllerResultSet result, AbstractResultCache cache)
String getXml ()


コンストラクタとデストラクタ

org.objectweb.cjdbc.controller.cache.result.rules.EagerCaching.EagerCaching  ) 
 

Define this CacheBehavior as EagerCaching EagerCaching.java49 行で定義されています。

00050 { 00051 00052 }


メソッド

CacheEntry org.objectweb.cjdbc.controller.cache.result.rules.EagerCaching.getCacheEntry SelectRequest  sqlQuery,
ControllerResultSet  result,
AbstractResultCache  cache
[virtual]
 

参照:
org.objectweb.cjdbc.controller.cache.result.CacheBehavior.getCacheEntry(SelectRequest, ControllerResultSet, AbstractResultCache)

org.objectweb.cjdbc.controller.cache.result.CacheBehaviorを実装しています.

EagerCaching.java58 行で定義されています。

00060 { 00061 return new ResultCacheEntryEager(cache, sqlQuery, result); 00062 }

String org.objectweb.cjdbc.controller.cache.result.rules.EagerCaching.getXml  )  [virtual]
 

参照:
org.objectweb.cjdbc.common.xml.XmlComponent.getXml()

org.objectweb.cjdbc.controller.cache.result.CacheBehaviorを実装しています.

EagerCaching.java67 行で定義されています。

00068 { 00069 return "<" + DatabasesXmlTags.ELT_EagerCaching + "/>"; 00070 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:39 2004に生成されました。 doxygen 1.3.8