Package org.apache.groovy.json.internal
Class SimpleCache<K,V>
- java.lang.Object
-
- org.apache.groovy.json.internal.SimpleCache<K,V>
-
-
Constructor Summary
Constructors Constructor Description SimpleCache(int limit)
SimpleCache(int limit, CacheType type)
-
-
-
Constructor Detail
-
SimpleCache
public SimpleCache(int limit, CacheType type)
-
SimpleCache
public SimpleCache(int limit)
-
-