Package | Description |
---|---|
net.sf.ehcache.constructs.blocking |
Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.
|
Modifier and Type | Method and Description |
---|---|
Element |
BlockingCache.get(Object key)
Looks up an entry.
|
Element |
SelfPopulatingCache.get(Object key)
Looks up an entry.
|
Element |
UpdatingSelfPopulatingCache.get(Object key)
Looks up an object.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.