Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.database.QueryCacheStrategy

Packages that use QueryCacheStrategy
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.database.querycache   
 

Uses of QueryCacheStrategy in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement QueryCacheStrategy
 class TagQueryCacheStrategy
          QueryCacheStrategy for retrieving tag data from queries and returning TagQueryCacheObject's.
 

Methods in com.jivesoftware.forum.database with parameters of type QueryCacheStrategy
static java.util.List QueryCache.getBlock(QueryCacheStrategy queryStrategy, CachedPreparedStatement cachedPstmt, int objectType, long objectID, int startIndex, boolean useCache)
          Returns a List of objects from a query and performs transparent caching of those blocks.
 

Uses of QueryCacheStrategy in com.jivesoftware.forum.database.querycache
 

Classes in com.jivesoftware.forum.database.querycache that implement QueryCacheStrategy
 class EntityDescriptorQueryCacheStrategy
           
 

Methods in com.jivesoftware.forum.database.querycache that return QueryCacheStrategy
static QueryCacheStrategy QueryCacheStrategyFactory.createStrategy(int strategyType)
           
 

Methods in com.jivesoftware.forum.database.querycache with parameters of type QueryCacheStrategy
static int QueryCacheStrategyFactory.getStrategyType(QueryCacheStrategy strategy)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.