|
Groovy 2.2.0 | |||||||
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. |
Object
|
get(Object key)
|
Object
|
put(Object key, Object value)
|
Method Detail |
---|
public void cleanUpNullReferences()
public Object get(Object key)
public Object put(Object key, Object value)
Copyright © 2003-2013 The Codehaus. All rights reserved.