Uses of Class
org.apache.maven.impl.cache.CachingSupplier
Packages that use CachingSupplier
-
Uses of CachingSupplier in org.apache.maven.impl.cache
Fields in org.apache.maven.impl.cache with type parameters of type CachingSupplierModifier and TypeFieldDescriptionprotected final Map
<Object, CachingSupplier<?, ?>> DefaultRequestCache.forever
Methods in org.apache.maven.impl.cache that return CachingSupplierModifier and TypeMethodDescriptionprotected abstract <REQ extends Request<?>, REP extends Result<REQ>>
CachingSupplier<REQ, REP> Abstract method to be implemented by subclasses to handle caching logic.protected <REQ extends Request<?>, REP extends Result<REQ>>
CachingSupplier<REQ, REP>