Uses of Interface
org.apache.maven.api.cache.RequestCache
Packages that use RequestCache
Package
Description
Provides a caching infrastructure for Maven requests and their results.
-
Uses of RequestCache in org.apache.maven.api.cache
Methods in org.apache.maven.api.cache that return RequestCacheModifier and TypeMethodDescriptionRequestCacheFactory.createCache()
Creates a new RequestCache instance. -
Uses of RequestCache in org.apache.maven.impl.cache
Classes in org.apache.maven.impl.cache that implement RequestCacheModifier and TypeClassDescriptionclass
Abstract implementation of theRequestCache
interface, providing common caching mechanisms for executing and caching request results in Maven.class
Methods in org.apache.maven.impl.cache that return RequestCache