Package com.github.mjeanroy.dbunit.cache


package com.github.mjeanroy.dbunit.cache
  • Class
    Description
    Cache<K,V>
    Cache of values identified by a key.
    Factory for Cache instances.
    Cache loader: the role of a loader is to compute the value to store in a cache.