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:RequestCacheFactoryCreates a new RequestCache instance. The created cache should be configured according to the current Maven session and environment settings.- Specified by:
 createCachein interfaceRequestCacheFactory- Returns:
 - A new RequestCache instance
 
 
 -