public class HibernateGeneralDataRegion extends HibernateRegion implements org.hibernate.cache.spi.GeneralDataRegion
GeneralDataRegion. This interface defines common contract for QueryResultsRegion
and TimestampsRegion.cache, factory, ignite| Modifier and Type | Method and Description |
|---|---|
void |
evict(Object key) |
void |
evictAll() |
@Nullable Object |
get(org.hibernate.engine.spi.SessionImplementor ses,
Object key) |
void |
put(org.hibernate.engine.spi.SessionImplementor ses,
Object key,
Object val) |
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap@Nullable public @Nullable Object get(org.hibernate.engine.spi.SessionImplementor ses, Object key) throws org.hibernate.cache.CacheException
get in interface org.hibernate.cache.spi.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void put(org.hibernate.engine.spi.SessionImplementor ses,
Object key,
Object val)
throws org.hibernate.cache.CacheException
put in interface org.hibernate.cache.spi.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void evict(Object key) throws org.hibernate.cache.CacheException
evict in interface org.hibernate.cache.spi.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void evictAll()
throws org.hibernate.cache.CacheException
evictAll in interface org.hibernate.cache.spi.GeneralDataRegionorg.hibernate.cache.CacheException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019