Class CachingSupplier<REQ,REP> 
java.lang.Object
org.apache.maven.impl.cache.CachingSupplier<REQ,REP> 
- Type Parameters:
 REQ- The request typeREP- The response type
- All Implemented Interfaces:
 Function<REQ,REP> 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSpecial holder class for exceptions that occur during supplier execution. - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
supplier
 - 
value
 
 - 
 - 
Constructor Details
- 
CachingSupplier
 
 - 
 - 
Method Details
- 
getValue
 - 
apply
 
 -