Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.regions |
Defines
RegionFactory support for the Ehcache integration |
org.hibernate.cache.infinispan |
Defines the integration with Infinispan as a second-level cache service.
|
org.hibernate.cache.infinispan.timestamp |
Internal Infinispan-based implementation of the "update timestamps" cache region
|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
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) |
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()
Get the underlying cache region where data is stored..
|
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
CachingRegionFactory.buildTimestampsRegion(String regionName,
Properties properties) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.