|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjconch.cache.CacheMap<java.lang.Object,java.lang.Object>
jconch.cache.ObjectCacheMap
jconch.cache.GroovyCacheMap
public class GroovyCacheMap
Creates CacheMap based on a Groovy closure.
The closure which is provided will be called with the key as the argument and
be expected to produce the value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
GroovyCacheMap(groovy.lang.Closure converter)
|
|
GroovyCacheMap(groovy.lang.Closure converter,
SyncLogEqLock<java.lang.Object> lockFactory)
|
|
| Method Summary |
|---|
| Methods inherited from class jconch.cache.CacheMap |
|---|
asTransformer, clear, containsKey, containsValue, entrySet, equals, get, getTransformer, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroovyCacheMap(groovy.lang.Closure converter,
SyncLogEqLock<java.lang.Object> lockFactory)
public GroovyCacheMap(groovy.lang.Closure converter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||