Uses of Interface
net.sf.ehcache.store.disk.ElementSubstituteFilter
-
Packages that use ElementSubstituteFilter Package Description net.sf.ehcache.store.disk This package contains the disk store. -
-
Uses of ElementSubstituteFilter in net.sf.ehcache.store.disk
Methods in net.sf.ehcache.store.disk with parameters of type ElementSubstituteFilter Modifier and Type Method Description java.util.List<DiskStorageFactory.DiskSubstitute>DiskStore. getRandomSample(ElementSubstituteFilter factory, int sampleSize, java.lang.Object keyHint)Select a random sample of elements generated by the supplied factory.
-