Uses of Interface
org.docx4j.com.google.common.cache.Weigher
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache |
-
Uses of Weigher in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache with parameters of type Weigher Modifier and Type Method Description <K1 extends K, V1 extends V>
CacheBuilder<K1,V1>CacheBuilder. weigher(Weigher<? super K1,? super V1> weigher)Specifies the weigher to use in determining the weight of entries.