public abstract class AbstractDirectAccessRegion extends AbstractRegion implements org.hibernate.cache.spi.DirectAccessRegion
| Constructor and Description |
|---|
AbstractDirectAccessRegion(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
getFromCache(Object key,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
void |
putIntoCache(Object key,
Object value,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
destroy, getNamepublic AbstractDirectAccessRegion(String name)
public Object getFromCache(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
getFromCache in interface org.hibernate.cache.spi.DirectAccessRegionpublic void putIntoCache(Object key, Object value, org.hibernate.engine.spi.SharedSessionContractImplementor session)
putIntoCache in interface org.hibernate.cache.spi.DirectAccessRegionpublic void clear()
clear in interface org.hibernate.cache.spi.RegionCopyright © 2001-2019 Red Hat, Inc. All Rights Reserved.