public final class SimpleRepositoryCache
extends Object
implements org.eclipse.aether.RepositoryCache
A simplistic repository cache backed by a thread-safe map. The simplistic nature of this cache makes it only suitable
for use with short-lived repository system sessions where pruning of cache data is not required.