Uses of Interface
com.google.common.cache.Weigher

Packages that use Weigher
com.google.common.cache This package contains caching utilities. 
 

Uses of Weigher in com.google.common.cache
 

Methods in com.google.common.cache with parameters of type Weigher
<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.
 



Copyright © 2010-2012. All Rights Reserved.