Package org.apache.maven.impl.cache
package org.apache.maven.impl.cache
-
ClassesClassDescriptionAbstract implementation of the
RequestCache
interface, providing common caching mechanisms for executing and caching request results in Maven.CachingSupplier<REQ,REP> A caching supplier wrapper that caches results and exceptions from the underlying supplier.Special holder class for exceptions that occur during supplier execution.SoftIdentityMap<K,V> A Map implementation that uses soft references for both keys and values, and compares keys using identity (==) rather than equals().