Uses of Interface
com.github.mjeanroy.dbunit.cache.CacheLoader
Packages that use CacheLoader
-
Uses of CacheLoader in com.github.mjeanroy.dbunit.cache
Methods in com.github.mjeanroy.dbunit.cache with parameters of type CacheLoaderModifier and TypeMethodDescriptionstatic <K,V> Cache <K, V> CacheFactory.newCache(CacheLoader<K, V> loader) Create new cache.