Package org.apache.maven.api.cache
Interface RequestCacheFactory
- All Known Implementing Classes:
DefaultRequestCacheFactory
Factory interface for creating new RequestCache instances.
Implementations should handle the creation and configuration of cache instances
based on the current Maven session and environment.
- Since:
- 4.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new RequestCache instance.
-
Method Details
-
createCache
RequestCache createCache()Creates a new RequestCache instance. The created cache should be configured according to the current Maven session and environment settings.- Returns:
- A new RequestCache instance
-