com.atlassian.confluence.cache.tangosol
Class TangosolCacheManager

java.lang.Object
  extended by com.atlassian.confluence.cache.tangosol.TangosolCacheManager
All Implemented Interfaces:
com.atlassian.cache.CacheFactory, com.atlassian.cache.CacheManager

public class TangosolCacheManager
extends Object
implements com.atlassian.cache.CacheManager

Implement caching using Tangosol's caching system.


Field Summary
static String LOCAL_EVICTED_PREFIX
           
static String LOCAL_PREFIX
           
 
Constructor Summary
TangosolCacheManager(TangosolCacheFactory tangosolCacheFactory, ClassLoader classLoader)
           
 
Method Summary
 void flushCaches()
           
 void flushCacheService(com.tangosol.net.CacheService service)
           
 com.atlassian.cache.Cache getCache(String cacheName)
           
 Collection getCaches()
           
 void setNonFlushableCaches(List<String> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCAL_PREFIX

public static final String LOCAL_PREFIX
See Also:
Constant Field Values

LOCAL_EVICTED_PREFIX

public static final String LOCAL_EVICTED_PREFIX
See Also:
Constant Field Values
Constructor Detail

TangosolCacheManager

public TangosolCacheManager(TangosolCacheFactory tangosolCacheFactory,
                            ClassLoader classLoader)
Method Detail

getCache

public com.atlassian.cache.Cache getCache(String cacheName)
Specified by:
getCache in interface com.atlassian.cache.CacheFactory

getCaches

public Collection getCaches()
Specified by:
getCaches in interface com.atlassian.cache.CacheManager

flushCaches

public void flushCaches()
Specified by:
flushCaches in interface com.atlassian.cache.CacheManager

flushCacheService

public void flushCacheService(com.tangosol.net.CacheService service)

setNonFlushableCaches

public void setNonFlushableCaches(List<String> list)


Copyright © 2003-2010 Atlassian. All Rights Reserved.