Package net.officefloor.web.resource
Interface HttpResourceCache
public interface HttpResourceCache
Cache of the
HttpResource instances.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
getHttpResource
Obtains the cachedHttpResource.- Parameters:
path- Path to theHttpResource.- Returns:
HttpResourceornullifHttpResourcenot cached.- Throws:
IOException- If failure in finding theHttpResource.
-