public class IgniteGeneralDataRegion extends HibernateRegion implements org.hibernate.cache.spi.DirectAccessRegion
DirectAccessRegion
. This interface defines common contract for QueryResultsRegion
and TimestampsRegion
.cache, ignite
Modifier and Type | Method and Description |
---|---|
void |
clear() |
@Nullable Object |
getFromCache(Object key,
org.hibernate.engine.spi.SharedSessionContractImplementor ses) |
void |
putIntoCache(Object key,
Object val,
org.hibernate.engine.spi.SharedSessionContractImplementor ses) |
destroy, getElementCountInMemory, getElementCountOnDisk, getSizeInMemory
getName, getRegionFactory
@Nullable public @Nullable Object getFromCache(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor ses) throws org.hibernate.cache.CacheException
getFromCache
in interface org.hibernate.cache.spi.DirectAccessRegion
org.hibernate.cache.CacheException
public void putIntoCache(Object key, Object val, org.hibernate.engine.spi.SharedSessionContractImplementor ses) throws org.hibernate.cache.CacheException
putIntoCache
in interface org.hibernate.cache.spi.DirectAccessRegion
org.hibernate.cache.CacheException
public void clear()
clear
in interface org.hibernate.cache.spi.Region
clear
in class HibernateRegion
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024