com.atlassian.confluence.cache.tangosol.hibernate
Class TangosolCacheEntry

java.lang.Object
  extended by com.atlassian.confluence.cache.tangosol.hibernate.TangosolCacheEntry
All Implemented Interfaces:
com.atlassian.hibernate.extras.tangosol.CacheEntry<Object,Object>, Map.Entry<Object,Object>

public class TangosolCacheEntry
extends Object
implements com.atlassian.hibernate.extras.tangosol.CacheEntry<Object,Object>


Constructor Summary
TangosolCacheEntry(com.tangosol.util.InvocableMap.Entry entry)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 void setValue(Object value, boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

TangosolCacheEntry

public TangosolCacheEntry(com.tangosol.util.InvocableMap.Entry entry)
Method Detail

setValue

public void setValue(Object value,
                     boolean b)
Specified by:
setValue in interface com.atlassian.hibernate.extras.tangosol.CacheEntry<Object,Object>

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry<Object,Object>

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry<Object,Object>

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry<Object,Object>


Copyright © 2003-2013 Atlassian. All Rights Reserved.