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.concurrency |
Nonstop feature related to concurrent package
|
Modifier and Type | Method and Description |
---|---|
protected Sync |
Cache.getLockForKey(Object key)
Gets the lock for a given key
|
Modifier and Type | Class and Description |
---|---|
class |
ReadWriteLockSync
A simple ReadWriteLock synchronizer.
|
Modifier and Type | Method and Description |
---|---|
Sync |
CacheLockProvider.getSyncForKey(Object key)
Gets the Sync Stripe to use for a given key.
|
Modifier and Type | Method and Description |
---|---|
protected Sync |
BlockingCache.getLockForKey(Object key)
Gets the Sync to use for a given key.
|
Modifier and Type | Method and Description |
---|---|
Sync |
NonstopCacheLockProvider.getSyncForKey(Object key)
Gets the Sync Stripe to use for a given key.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.