Package com.github.dozermapper.core.cache
Caching for dozer objects
-
Interface Summary Interface Description Cache<KeyType,ValueType> Cache which stores a singleDozerCacheTypetypeCacheManager Cache manager which is used as the top level interaction when dealing with cached objects -
Class Summary Class Description CacheEntry<KeyType,ValueType> A single entry in the cache which holds the cache value and unique key for lookup.CacheKeyFactory Factory which produces cache keys.DefaultCache<KeyType,ValueType> Default cache manager implementation backed byDefaultCache.LRUMapDefaultCacheManager -
Enum Summary Enum Description DozerCacheType Different types of cache which are supported