Package org.apache.maven.impl.cache
Class DefaultRequestCacheFactory
java.lang.Object
org.apache.maven.impl.cache.DefaultRequestCacheFactory
- All Implemented Interfaces:
RequestCacheFactory
@Named
@Singleton
public class DefaultRequestCacheFactory
extends Object
implements RequestCacheFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new RequestCache instance.
-
Constructor Details
-
DefaultRequestCacheFactory
public DefaultRequestCacheFactory()
-
-
Method Details
-
createCache
Description copied from interface:RequestCacheFactory
Creates a new RequestCache instance. The created cache should be configured according to the current Maven session and environment settings.- Specified by:
createCache
in interfaceRequestCacheFactory
- Returns:
- A new RequestCache instance
-