| java.lang.Object org.continuent.sequoia.controller.cache.result.ResultCacheFactory
ResultCacheFactory | public class ResultCacheFactory (Code) | | Create a cache that conforms to AbstractResultCache, that is implementation
independant
author: Nicolas Modrzyk |
getCacheBehaviorInstance | public static CacheBehavior getCacheBehaviorInstance(String behaviorString, Hashtable options)(Code) | | Get an instance of a cache behavior for this cache
Parameters: behaviorString - representation of this cache behavior, xml tag Parameters: options - for different cache rules an instance of a cache behavior |
getCacheInstance | public static AbstractResultCache getCacheInstance(int granularityValue, int maxEntries, int pendingTimeout) throws InstantiationException(Code) | | Get an instance of the current cache implementation
Parameters: granularityValue - of the parsing Parameters: maxEntries - to the cache Parameters: pendingTimeout - before pending query timeout ResultCache implementation of theAbstractResultCache throws: InstantiationException - if parsing granularity is not valid |
|
|