com.jivesoftware.forum.database.querycache
Class QueryCacheStrategyFactory
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
QueryCacheStrategyFactory
public QueryCacheStrategyFactory()
createStrategy
public static QueryCacheStrategy createStrategy(int strategyType)
getStrategyType
public static int getStrategyType(QueryCacheStrategy strategy)
Copyright © 1999-2006 Jive Software.