Class CacheFactory
java.lang.Object
com.github.mjeanroy.dbunit.cache.CacheFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Cache <K, V> newCache(CacheLoader<K, V> loader) Create new cache.
-
Method Details
-
newCache
Create new cache. Note that:- Type Parameters:
K- Type of keys in the cache.V- Type of values in the cache.- Parameters:
loader- The cache loader.- Returns:
- The new cache instance.
-