|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface MemoizeCache
Represents a memoize cache with its essential methods
- type of the keys
- type of the valuesMethod Summary | |
---|---|
void
|
cleanUpNullReferences()
Invoked when some of the held SoftReferences have been evicted by the garbage collector and so should be removed from the cache. |
java.lang.Object
|
get(java.lang.Object key)
|
java.lang.Object
|
put(java.lang.Object key, java.lang.Object value)
|
Method Detail |
---|
public void cleanUpNullReferences()
public java.lang.Object get(java.lang.Object key)
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
Groovy Documentation