Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.concurrent |
This package contains concurrency classes and utilities that are not available in java.util.concurrent.
|
net.sf.ehcache.constructs.blocking |
Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.
|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
net.sf.ehcache.constructs.nonstop.concurrency |
Nonstop feature related to concurrent package
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
net.sf.ehcache.hibernate |
This package contains interfaces and classes for Hibernate3.1 and higher.
|
net.sf.ehcache.hibernate.regions |
This package contains region implementations used in Hibernate 3.3 and higher.
|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Field and Description |
---|---|
private CacheLockProvider |
Cache.lockProvider |
private CacheLockProvider |
Cache.NonstopActiveDelegateHolderImpl.underlyingCacheLockProvider |
Modifier and Type | Method and Description |
---|---|
CacheLockProvider |
Cache.NonstopActiveDelegateHolderImpl.getUnderlyingCacheLockProvider() |
Modifier and Type | Interface and Description |
---|---|
interface |
StripedReadWriteLock |
Modifier and Type | Class and Description |
---|---|
class |
StripedReadWriteLockSync
Provides a number of Sync which allow fine-grained concurrency.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<CacheLockProvider> |
BlockingCache.cacheLockProviderReference |
Modifier and Type | Method and Description |
---|---|
private CacheLockProvider |
BlockingCache.createCacheLockProvider() |
private CacheLockProvider |
BlockingCache.getCacheLockProvider() |
Modifier and Type | Method and Description |
---|---|
CacheLockProvider |
NonstopActiveDelegateHolder.getUnderlyingCacheLockProvider()
Returns the current underlying
CacheLockProvider |
Modifier and Type | Class and Description |
---|---|
class |
NonstopCacheLockProvider
Class implementing
CacheLockProvider with nonstop feature |
Modifier and Type | Field and Description |
---|---|
private CacheLockProvider |
NonstopStoreImpl.nonstopCacheLockProvider |
Modifier and Type | Field and Description |
---|---|
private CacheLockProvider |
EhCache.lockProvider
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private CacheLockProvider |
EhcacheTransactionalDataRegion.lockProvider |
Modifier and Type | Class and Description |
---|---|
private class |
MemoryStore.LockProvider
LockProvider implementation that uses the segment locks.
|
Modifier and Type | Field and Description |
---|---|
private CacheLockProvider |
MemoryStore.lockProvider
The pool accessor
|
Modifier and Type | Class and Description |
---|---|
private class |
DiskStore.DiskStoreStripedReadWriteLock
StripedReadWriteLock impl.
|
private class |
DiskStore.LockProvider
LockProvider implementation that uses the segment locks.
|
Modifier and Type | Field and Description |
---|---|
private CacheLockProvider |
DiskStore.lockProvider |