|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InvokableHibernateCache
This interface introduces the
invoke(Object, com.tangosol.util.InvocableMap.EntryProcessor) method
on top of net.sf.hibernate.Cache interface to leverage Coherence's
InvocableMap support which replaces the common
lock->get->calculation->set->unlock concept with a less latency one.
| Method Summary | |
|---|---|
Object |
invoke(Object key,
com.tangosol.util.InvocableMap.EntryProcessor processor)
|
| Methods inherited from interface net.sf.hibernate.cache.Cache |
|---|
clear, destroy, get, getTimeout, lock, nextTimestamp, put, remove, unlock |
| Method Detail |
|---|
Object invoke(Object key,
com.tangosol.util.InvocableMap.EntryProcessor processor)
throws net.sf.hibernate.cache.CacheException
net.sf.hibernate.cache.CacheException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||