ehcache

Uses of Interface
net.sf.ehcache.store.compound.ElementSubstituteFilter

Packages that use ElementSubstituteFilter
net.sf.ehcache.store.compound This package contains the main classes and interfaces for the new fully coherent combination disk and memory store for unclustered Ehcache. 
 

Uses of ElementSubstituteFilter in net.sf.ehcache.store.compound
 

Methods in net.sf.ehcache.store.compound with parameters of type ElementSubstituteFilter
<T> List<T>
CompoundStore.getRandomSample(ElementSubstituteFilter<T> factory, int sampleSize, Object keyHint)
          Select a random sample of elements generated by the supplied factory.
 


ehcache

true