Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.util.Cache

Packages that use Cache
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.base.ldap LDAP user and auth implementations. 
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.util Jive Forums utility classes. 
com.jivesoftware.util Common utility classes for all Jive Software code. 
 

Uses of Cache in com.jivesoftware.base
 

Fields in com.jivesoftware.base declared as Cache
static Cache GroupManagerFactory.groupCache
          A cache for group objects.
static Cache GroupManagerFactory.groupIDCache
          A cache that maps group names to ID's.
static Cache GroupManagerFactory.groupMemberCache
          A cache for the list members of in each group.This cache is not instantiated until after this factory is initialized.
static Cache PollManagerFactory.pollCache
           
static Cache PollManagerFactory.pollQueryCache
           
static Cache UserManagerFactory.userCache
          A cache for user objects.
static Cache UserManagerFactory.userIDCache
          A cache that maps user names to ID's.
static Cache PollManagerFactory.voteCache
           
 

Uses of Cache in com.jivesoftware.base.database
 

Fields in com.jivesoftware.base.database declared as Cache
 Cache DbPresenceManager.onlineGuestCache
           
 Cache DbPresenceManager.onlineUserCache
           
static Cache DbUserManager.userEmailCache
           
static Cache DbPermissionsManager.userPermsCache
           
 Cache DbPresenceManager.userRosterCache
           
 

Uses of Cache in com.jivesoftware.base.ldap
 

Fields in com.jivesoftware.base.ldap declared as Cache
static Cache LdapUserManager.userEmailCache
           
 

Uses of Cache in com.jivesoftware.forum
 

Fields in com.jivesoftware.forum declared as Cache
static Cache AvatarManagerFactory.activeAvatarCache
           
static Cache AvatarManagerFactory.avatarCache
           
static Cache RatingManagerFactory.ratingsCache
           
static Cache AvatarManagerFactory.reverseActiveAvatarCache
           
static Cache StatusLevelManagerFactory.statusLevelCache
           
static Cache StatusLevelManagerFactory.statusLevelIDCache
           
static Cache TagManagerFactory.tagCache
          A cache for tag objects.
static Cache TagManagerFactory.tagContentCache
          A cache for content object to tagID list
static Cache TagManagerFactory.tagIDCache
          A cache that maps tag names to ID's.
 

Uses of Cache in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement Cache
protected static class DbStatusLevelManager.LeaderQueryCache
           
 class QueryCache
          Cache for storing query results.
 class ShortTermQueryCache
          An extension of the default cache to temporarily store query results before they are reloaded from the databases.
 

Fields in com.jivesoftware.forum.database declared as Cache
 Cache DatabaseCacheManager.announcementCache
          A cache for announcement data.
 Cache DatabaseCacheManager.attachmentCache
          A cache for attachment objects.
 Cache DatabaseCacheManager.categoryCache
          A cache for Category objects.
protected static Cache DbQueryManager.filterCache
          Cache to hold Lucene search filters.
 Cache DatabaseCacheManager.forumCache
          A cache for Forum objects.
 Cache DatabaseCacheManager.forumIndexCache
          A cache to map forum indexes to message ID's.
 Cache DatabaseCacheManager.forumNNTPNameCache
          A cache for mapping forum NNTP names to forum ID.
 Cache DatabaseCacheManager.messageCache
          A cache for ForumMessage objects.
static Cache PostCountStatusLevelCalculator.postCountCache
          Used for caching poing levels at the forum and category level
 Cache DatabaseCacheManager.privateMessageCache
          A cache for PrivateMessage objects.
 Cache DatabaseCacheManager.privateMessageFolderCache
          A cache for PrivateMessageFolder objects.
 Cache DatabaseCacheManager.questionCache
          A cache for questions.
 Cache DatabaseCacheManager.readTrackerCache
          A cache for read tracker data.
 Cache DatabaseCacheManager.rewardCache
          A cache for reward data.
 Cache DatabaseCacheManager.shortTermQueryCache
          A short-term cache for query results.
 Cache DatabaseCacheManager.threadCache
          A cache for ForumThread objects.
 Cache DatabaseCacheManager.treeWalkerCache
          A cache for TreeWalker objects (represents the three structure of messages in a thread).
 Cache DatabaseCacheManager.userMessageCountCache
          A cache of user message counts.
 Cache DatabaseCacheManager.watchCache
          A cache for Watch objects.
 

Uses of Cache in com.jivesoftware.forum.util
 

Methods in com.jivesoftware.forum.util that return Cache
 Cache AdminCacheInfo.CacheWrapper.getCache()
          Returns the wrapped cache.
static Cache[] AdminCacheInfo.getCaches()
          Returns an array of all caches in the system.
 

Constructors in com.jivesoftware.forum.util with parameters of type Cache
AdminCacheInfo.CacheWrapper(Cache cache, int smallSize, int mediumSize, int largeSize)
          Sizes are in K for convenience.
 

Uses of Cache in com.jivesoftware.util
 

Classes in com.jivesoftware.util that implement Cache
 class CacheWrapper
          Acts as a proxy for a Cache implementation.
 class ClusteredCache
          Clustered implementation of the Cache interface using Tangosol's Coherence product.
 class CoherenceCache
          Implementation of the Cache interface that uses the Coherence LocalCache class.
 class DefaultCache
          Default, non-distributed implementation of the Cache interface.
 class LRUCache
          Default, non-distributed implementation of the Cache interface.
 

Methods in com.jivesoftware.util that return Cache
static Cache CacheFactory.createCache(java.lang.String name)
          Returns the named cache, creating it as necessary.
static Cache CacheFactory.createCache(java.lang.String name, int maxCacheSize, long maxLifetime)
          Returns the named cache, creating it as necessary, using the supplied name, size, and lifetime.
static Cache[] CacheFactory.getAllCaches()
          Returns an array of all caches in the system.
 Cache CacheWrapper.getWrappedCache()
           
 

Methods in com.jivesoftware.util with parameters of type Cache
 void CacheWrapper.setWrappedCache(Cache cache)
           
 

Constructors in com.jivesoftware.util with parameters of type Cache
CacheWrapper(Cache cache)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.