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