|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurableCache | |
|---|---|
| com.atlassian.confluence.cache | |
| com.atlassian.confluence.cache.hazelcast.hibernate | |
| com.atlassian.confluence.cache.hazelcast.monitoring | |
| Uses of ConfigurableCache in com.atlassian.confluence.cache |
|---|
| Subinterfaces of ConfigurableCache in com.atlassian.confluence.cache | |
|---|---|
interface |
ConfluenceCache<K,V>
Base cache interface for all caches in confluence. |
interface |
LockingCache<K,V>
Interface that extends atlassian-cache to have locking semantics. |
interface |
ManagedLockingCache<K,V>
Deprecated. since 5.7. Use LockingCache instead. |
| Classes in com.atlassian.confluence.cache that implement ConfigurableCache | |
|---|---|
class |
ConfluenceMonitoringCache<K,V>
A wrapper for monitoring the performance of Confluence caches. |
class |
DefaultConfluenceCache<K,V>
Default implementation of the ConfluenceCache interface. |
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 ConfigurableCache in com.atlassian.confluence.cache.hazelcast.hibernate |
|---|
| Classes in com.atlassian.confluence.cache.hazelcast.hibernate that implement ConfigurableCache | |
|---|---|
class |
HazelcastLockingCache<K,V>
A delegating cache that allows you to lock and unlock on keys. |
| Uses of ConfigurableCache in com.atlassian.confluence.cache.hazelcast.monitoring |
|---|
| Classes in com.atlassian.confluence.cache.hazelcast.monitoring that implement ConfigurableCache | |
|---|---|
class |
ConfluenceMonitoringLockingCache<K,V>
Wrapper for monitoring the performance of Hazelcast locking caches. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||