Uses of Interface
org.apache.maven.impl.cache.Cache
Packages that use Cache
-
Uses of Cache in org.apache.maven.impl.cache
Classes in org.apache.maven.impl.cache that implement CacheModifier and TypeClassDescriptionstatic classA concurrent map implementation that uses configurable reference types for both keys and values, and supports automatic cleanup of garbage-collected entries.Fields in org.apache.maven.impl.cache with type parameters of type CacheModifier and TypeFieldDescriptionprotected static final SessionData.Key<Cache> DefaultRequestCache.KEYMethods in org.apache.maven.impl.cache that return CacheModifier and TypeMethodDescriptionstatic <K,V> Cache <K, V> Cache.newCache(Cache.ReferenceType referenceType) static <K,V> Cache <K, V> Cache.newCache(Cache.ReferenceType referenceType, String name) static <K,V> Cache <K, V> Cache.newCache(Cache.ReferenceType keyReferenceType, Cache.ReferenceType valueReferenceType) Creates a new cache with separate reference types for keys and values.static <K,V> Cache <K, V> Cache.newCache(Cache.ReferenceType keyReferenceType, Cache.ReferenceType valueReferenceType, String name) -
Uses of Cache in org.apache.maven.project.artifact
Fields in org.apache.maven.project.artifact declared as CacheModifier and TypeFieldDescriptionprotected final Cache<ProjectArtifactsCache.Key, ProjectArtifactsCache.CacheRecord> DefaultProjectArtifactsCache.cacheprotected final Cache<ProjectArtifactsCache.Key, ProjectArtifactsCache.Key> DefaultProjectArtifactsCache.keys