Uses of Record Class
org.apache.maven.impl.cache.CacheConfig
Packages that use CacheConfig
-
Uses of CacheConfig in org.apache.maven.impl.cache
Fields in org.apache.maven.impl.cache declared as CacheConfigModifier and TypeFieldDescriptionstatic final CacheConfigCacheConfig.DEFAULTDefault cache configuration with REQUEST_SCOPED and SOFT reference type.Methods in org.apache.maven.impl.cache that return CacheConfigModifier and TypeMethodDescriptionstatic CacheConfigCacheConfigurationResolver.resolveConfig(Request<?> req, Session session) Resolves cache configuration for the given request and session.PartialCacheConfig.toComplete()Converts this partial configuration to a complete CacheConfig, using defaults for missing values.static CacheConfigCacheConfig.withKeyValueReferenceTypes(CacheRetention scope, Cache.ReferenceType keyReferenceType, Cache.ReferenceType valueReferenceType) Creates a cache configuration with separate key and value reference types.static CacheConfigCacheConfig.withReferenceType(Cache.ReferenceType referenceType) Creates a cache configuration with the specified reference type and default REQUEST_SCOPED scope.static CacheConfigCacheConfig.withScope(CacheRetention scope) Creates a cache configuration with the specified scope and default SOFT reference type.