public interface Cache<K,V>
<T extends K> V
get(T key, Factory<? extends V> factory)
<T extends K> V get(T key, Factory<? extends V> factory)
Copyright © 2013. All rights reserved