Package org.apache.groovy.json.internal
Class SimpleCache<K,V> 
java.lang.Object
org.apache.groovy.json.internal.SimpleCache<K,V> 
- All Implemented Interfaces:
- Cache<K,- V> 
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SimpleCache
- 
SimpleCachepublic SimpleCache(int limit) 
 
- 
- 
Method Details- 
put
- 
get
- 
getSilent
- 
remove
- 
sizepublic int size()
- 
toString
 
-