Uses of Class
org.objectweb.cjdbc.controller.cache.result.ResultCacheRule

Packages that use ResultCacheRule
org.objectweb.cjdbc.controller.cache.result ResultCache is an implementation of the AbstractResultCache.  
org.objectweb.cjdbc.controller.xml XML configuration files parsing 
 

Uses of ResultCacheRule in org.objectweb.cjdbc.controller.cache.result
 

Fields in org.objectweb.cjdbc.controller.cache.result declared as ResultCacheRule
private  ResultCacheRule ResultCache.defaultRule
           
 

Methods in org.objectweb.cjdbc.controller.cache.result that return ResultCacheRule
 ResultCacheRule ResultCache.getDefaultRule()
           
abstract  ResultCacheRule AbstractResultCache.getDefaultRule()
          Return the default cache rule
 

Methods in org.objectweb.cjdbc.controller.cache.result with parameters of type ResultCacheRule
 void ResultCache.addCachingRule(ResultCacheRule rule)
          Add a rule for this ResultCache
 void ResultCache.setDefaultRule(ResultCacheRule defaultRule)
           
abstract  void AbstractResultCache.addCachingRule(ResultCacheRule rule)
          Add precise management and configuration of the cache behavior.
abstract  void AbstractResultCache.setDefaultRule(ResultCacheRule defaultRule)
          Set the default query rule
 

Uses of ResultCacheRule in org.objectweb.cjdbc.controller.xml
 

Fields in org.objectweb.cjdbc.controller.xml declared as ResultCacheRule
private  ResultCacheRule DatabasesParser.currentResultCacheRule
           
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.