Uses of Record Class
org.apache.maven.impl.cache.CacheSelector
Packages that use CacheSelector
-
Uses of CacheSelector in org.apache.maven.impl.cache
Methods in org.apache.maven.impl.cache that return CacheSelectorModifier and TypeMethodDescriptionstatic CacheSelectorCacheSelector.forParentAndRequestType(String parentRequestType, String requestType, PartialCacheConfig config) Creates a selector that matches requests with a specific parent type.static CacheSelectorCacheSelector.forRequestType(String requestType, PartialCacheConfig config) Creates a selector that matches any request of the specified type.Methods in org.apache.maven.impl.cache that return types with arguments of type CacheSelectorModifier and TypeMethodDescriptionstatic List<CacheSelector> Parses a cache configuration string into a list of cache selectors.