com.atlassian.confluence.cache.tangosol
Class TangosolCache

java.lang.Object
  extended bycom.atlassian.confluence.cache.tangosol.TangosolCache
All Implemented Interfaces:
Cache

public class TangosolCache
extends Object
implements Cache

A decorator class to call the correct methods in Tangosol's cache object.


Constructor Summary
TangosolCache(com.tangosol.net.NamedCache cache)
           
 
Method Summary
 boolean equals(Object o)
           
 Object get(Object key)
           
 List getKeys()
          Deprecated.  
 String getName()
           
 int getStatus()
          Deprecated.  
 int hashCode()
           
 void put(Object key, Object value)
           
 void remove(Object key)
           
 void removeAll()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TangosolCache

public TangosolCache(com.tangosol.net.NamedCache cache)
Method Detail

getName

public String getName()
Specified by:
getName in interface Cache

get

public Object get(Object key)
Specified by:
get in interface Cache

getKeys

public List getKeys()
Deprecated.  

(Suppress compiler error)

Specified by:
getKeys in interface Cache

put

public void put(Object key,
                Object value)
Specified by:
put in interface Cache

remove

public void remove(Object key)
Specified by:
remove in interface Cache

removeAll

public void removeAll()
Specified by:
removeAll in interface Cache

getStatus

public int getStatus()
Deprecated.  

(Suppress compiler error)

Specified by:
getStatus in interface Cache

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Confluence is developed by Atlassian.