Searched defs:subKeyFactory (Results 1 – 1 of 1) sorted by relevance
66 private final BiFunction<K, P, ?> subKeyFactory; field in WeakCache79 public WeakCache(BiFunction<K, P, ?> subKeyFactory, in WeakCache()