Package com.github.mjeanroy.dbunit.cache
package com.github.mjeanroy.dbunit.cache
-
ClassDescriptionCache<K,
V> Cache of values identified by a key.Factory forCacheinstances.CacheLoader<K,V> Cache loader: the role of a loader is to compute the value to store in a cache.