Uses of Interface
ch.bind.philib.cache.Cloner

Packages that use Cloner
ch.bind.philib.cache   
 

Uses of Cloner in ch.bind.philib.cache
 

Constructors in ch.bind.philib.cache with parameters of type Cloner
SimpleCache(int capacity, Cloner<V> valueCloner)
           
StagedCache(int capacity, Cloner<V> valueCloner)
           
StagedCache(int capacity, Cloner<V> valueCloner, double oldGenRatio, int oldGenAfterHits)
           
 



Copyright © 2013. All Rights Reserved.