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