|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mutex | |
|---|---|
| net.sf.ehcache.constructs.blocking | Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. |
| Uses of Mutex in net.sf.ehcache.constructs.blocking |
|---|
| Fields in net.sf.ehcache.constructs.blocking declared as Mutex | |
|---|---|
protected Mutex[] |
BlockingCache.locks
Based on the lock striping concept from Brian Goetz. |
| Methods in net.sf.ehcache.constructs.blocking that return Mutex | |
|---|---|
protected Mutex |
BlockingCache.getLockForKey(java.lang.Object key)
Gets the Mutex to use for a given key. |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||