Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.database.querycache
Class QueryCacheStrategyFactory

java.lang.Object
  extended by com.jivesoftware.forum.database.querycache.QueryCacheStrategyFactory

public class QueryCacheStrategyFactory
extends java.lang.Object

Allows for mapping between a type code and an actual instance of QueryCacheStrategy.


Field Summary
static int ENTITY_STRATEGY
           
static int NO_STRATEGY
           
static int TAG_STRATEGY
           
 
Constructor Summary
QueryCacheStrategyFactory()
           
 
Method Summary
static QueryCacheStrategy createStrategy(int strategyType)
           
static int getStrategyType(QueryCacheStrategy strategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_STRATEGY

public static final int NO_STRATEGY
See Also:
Constant Field Values

ENTITY_STRATEGY

public static final int ENTITY_STRATEGY
See Also:
Constant Field Values

TAG_STRATEGY

public static final int TAG_STRATEGY
See Also:
Constant Field Values
Constructor Detail

QueryCacheStrategyFactory

public QueryCacheStrategyFactory()
Method Detail

createStrategy

public static QueryCacheStrategy createStrategy(int strategyType)

getStrategyType

public static int getStrategyType(QueryCacheStrategy strategy)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.