Uses of Class
com.atlassian.confluence.cache.DefaultConfluenceCache

Packages that use DefaultConfluenceCache
com.atlassian.confluence.cache   
com.atlassian.confluence.cache.hazelcast.hibernate   
 

Uses of DefaultConfluenceCache in com.atlassian.confluence.cache
 

Subclasses of DefaultConfluenceCache in com.atlassian.confluence.cache
 class DeferredOperationsCache<K,V>
          An implementation of Cache that records changes to a delegate cache, only actually performing them when DeferredOperationsCache.sync() is called.
 

Uses of DefaultConfluenceCache in com.atlassian.confluence.cache.hazelcast.hibernate
 

Subclasses of DefaultConfluenceCache in com.atlassian.confluence.cache.hazelcast.hibernate
 class HazelcastLockingCache<K,V>
          A delegating cache that allows you to lock and unlock on keys.
 



Copyright © 2003–2015 Atlassian. All rights reserved.