Interface CachedOutput
- All Known Implementing Classes:
HashCache.CacheUpdater
public interface CachedOutput
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteIfNeeded(Path path, byte[] input, com.google.common.hash.HashCode hash)
-
Field Details
-
NO_CACHE
-
-
Method Details
-
writeIfNeeded
void writeIfNeeded(Path path, byte[] input, com.google.common.hash.HashCode hash) throws IOException - Throws:
IOException
-