java.lang.Object | ||
↳ | org.hibernate.cache.impl.bridge.BaseRegionAdapter | |
↳ | org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter |
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Evict an item from the cache immediately (without regard for transaction
isolation).
| |||||||||||
Evict all contents of this particular cache region (without regard for transaction
isolation).
| |||||||||||
Get an item from the cache.
| |||||||||||
Put an item into the cache.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Evict an item from the cache immediately (without regard for transaction isolation).
key | The key of the item to remove |
---|
CacheException |
---|
Evict all contents of this particular cache region (without regard for transaction isolation).
CacheException |
---|
Get an item from the cache.
key | The key of the item to be retrieved. |
---|
CacheException |
---|
Put an item into the cache.
key | The key under which to cache the item. |
---|---|
value | The item to cache. |
CacheException |
---|