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

java.lang.Object
  extended by com.atlassian.confluence.cache.tangosol.hibernate.CoherenceHibernateCache
All Implemented Interfaces:
net.sf.hibernate.cache.Cache

public class CoherenceHibernateCache
extends java.lang.Object
implements net.sf.hibernate.cache.Cache

Simple decorator class to map hibernate caches to Confluence caches


Field Summary
protected  org.apache.log4j.Logger log
           
 
Constructor Summary
CoherenceHibernateCache(com.tangosol.net.NamedCache cache)
           
 
Method Summary
 void clear()
           
 void destroy()
           
 java.lang.Object get(java.lang.Object key)
           
 int getTimeout()
           
 void lock(java.lang.Object key)
           
 long nextTimestamp()
           
 void put(java.lang.Object key, java.lang.Object value)
           
 void remove(java.lang.Object key)
           
 void unlock(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.log4j.Logger log
Constructor Detail

CoherenceHibernateCache

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

get

public java.lang.Object get(java.lang.Object key)
                     throws net.sf.hibernate.cache.CacheException
Specified by:
get in interface net.sf.hibernate.cache.Cache
Throws:
net.sf.hibernate.cache.CacheException

put

public void put(java.lang.Object key,
                java.lang.Object value)
         throws net.sf.hibernate.cache.CacheException
Specified by:
put in interface net.sf.hibernate.cache.Cache
Throws:
net.sf.hibernate.cache.CacheException

remove

public void remove(java.lang.Object key)
            throws net.sf.hibernate.cache.CacheException
Specified by:
remove in interface net.sf.hibernate.cache.Cache
Throws:
net.sf.hibernate.cache.CacheException

clear

public void clear()
           throws net.sf.hibernate.cache.CacheException
Specified by:
clear in interface net.sf.hibernate.cache.Cache
Throws:
net.sf.hibernate.cache.CacheException

destroy

public void destroy()
             throws net.sf.hibernate.cache.CacheException
Specified by:
destroy in interface net.sf.hibernate.cache.Cache
Throws:
net.sf.hibernate.cache.CacheException

lock

public void lock(java.lang.Object key)
          throws net.sf.hibernate.cache.CacheException
Specified by:
lock in interface net.sf.hibernate.cache.Cache
Throws:
net.sf.hibernate.cache.CacheException

unlock

public void unlock(java.lang.Object key)
            throws net.sf.hibernate.cache.CacheException
Specified by:
unlock in interface net.sf.hibernate.cache.Cache
Throws:
net.sf.hibernate.cache.CacheException

nextTimestamp

public long nextTimestamp()
Specified by:
nextTimestamp in interface net.sf.hibernate.cache.Cache

getTimeout

public int getTimeout()
Specified by:
getTimeout in interface net.sf.hibernate.cache.Cache


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.