Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.regions | |
org.hibernate.cache.infinispan | |
org.hibernate.cache.infinispan.timestamp | |
org.hibernate.cache.internal | |
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
org.hibernate.testing.cache |
Modifier and Type | Class and Description |
---|---|
class |
EhcacheTimestampsRegion
A timestamps region specific wrapper around an Ehcache instance.
|
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
InfinispanRegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing update-timestamps data.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredTimestampsRegionImpl
Timestamp cache region for clustered environments.
|
class |
TimestampsRegionImpl
Defines the behavior of the timestamps cache region for Infinispan.
|
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
NoCachingRegionFactory.buildTimestampsRegion(String regionName,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
RegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing update-timestamps data.
|
TimestampsRegion |
UpdateTimestampsCache.getRegion() |
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
CachingRegionFactory.buildTimestampsRegion(String regionName,
Properties properties) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.