Interface HttpCache
- All Known Implementing Classes:
SharedHttpCacheStorage
public interface HttpCache
-
Method Summary
Modifier and TypeMethodDescriptiongetCacheEntry(URI uri, org.codehaus.plexus.logging.Logger logger) Fetches the cache entry for this URI
-
Method Details
-
getCacheEntry
CacheEntry getCacheEntry(URI uri, org.codehaus.plexus.logging.Logger logger) throws FileNotFoundException Fetches the cache entry for this URI- Parameters:
uri-- Returns:
- Throws:
FileNotFoundException- if the URI is know to be not found
-