Interface CoherenceStorageAccess
- All Superinterfaces:
org.hibernate.cache.spi.support.DomainDataStorageAccess,org.hibernate.cache.spi.support.StorageAccess
- All Known Implementing Classes:
CoherenceStorageAccessImpl
public interface CoherenceStorageAccess
extends org.hibernate.cache.spi.support.DomainDataStorageAccess
Coherence Extension of
DomainDataStorageAccess.- Author:
- Gunnar Hillert, Gunnar Hillert
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterUpdate(Object key, Object newValue, Object newVersion) voidunlockItem(Object key, org.hibernate.cache.spi.access.SoftLock lock) Methods inherited from interface org.hibernate.cache.spi.support.DomainDataStorageAccess
putFromLoadMethods inherited from interface org.hibernate.cache.spi.support.StorageAccess
clearCache, contains, evictData, evictData, getFromCache, putIntoCache, release, removeFromCache
-
Method Details
-
afterUpdate
-
unlockItem
-