public final class SimpleCache<K,V> extends Object
Note: we probably should use weak references, or something similar to limit maximum memory usage. This could be implemented in many ways, perhaps by using two areas: first, smaller one, with strong refs, and secondary bigger one that uses soft references.
Constructor and Description |
---|
SimpleCache(int maxSize) |
Copyright © 2012–2015 FasterXML. All rights reserved.