Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.impl.bridge |
Modifier and Type | Interface and Description |
---|---|
interface |
OptimisticCache
A contract for transactional cache implementations which support
optimistic locking of items within the cache.
|
Modifier and Type | Class and Description |
---|---|
class |
EhCache
EHCache plugin for Hibernate
EHCache uses a
net.sf.ehcache.store.MemoryStore and a
net.sf.ehcache.store.DiskStore . |
class |
HashtableCache
A lightweight implementation of the Cache interface
|
Modifier and Type | Method and Description |
---|---|
Cache |
EhCacheProvider.buildCache(String name,
Properties properties)
Builds a Cache.
|
Cache |
SingletonEhCacheProvider.buildCache(String name,
Properties properties)
Builds a Cache.
|
Cache |
CacheProvider.buildCache(String regionName,
Properties properties)
Deprecated.
Configure the cache
|
Cache |
HashtableCacheProvider.buildCache(String regionName,
Properties properties) |
Cache |
NoCacheProvider.buildCache(String regionName,
Properties properties)
Configure the cache
|
Cache |
CacheConcurrencyStrategy.getCache()
Deprecated.
Get the wrapped cache implementation
|
Cache |
ReadWriteCache.getCache() |
Cache |
TransactionalCache.getCache() |
Cache |
NonstrictReadWriteCache.getCache() |
Cache |
ReadOnlyCache.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
CacheConcurrencyStrategy.setCache(Cache cache)
Deprecated.
Set the underlying cache implementation.
|
void |
ReadWriteCache.setCache(Cache cache) |
void |
TransactionalCache.setCache(Cache cache) |
void |
NonstrictReadWriteCache.setCache(Cache cache) |
void |
ReadOnlyCache.setCache(Cache cache) |
Modifier and Type | Field and Description |
---|---|
protected Cache |
BaseRegionAdapter.underlyingCache |
Constructor and Description |
---|
BaseGeneralDataRegionAdapter(Cache underlyingCache,
Settings settings) |
BaseRegionAdapter(Cache underlyingCache,
Settings settings) |
BaseTransactionalDataRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
CollectionRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
EntityRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
QueryResultsRegionAdapter(Cache underlyingCache,
Settings settings) |
TimestampsRegionAdapter(Cache underlyingCache,
Settings settings) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved