Interface CachedOutput

All Known Implementing Classes:
HashCache.CacheUpdater

public interface CachedOutput
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CachedOutput
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeIfNeeded(Path pFilePath, byte[] pData, com.google.common.hash.HashCode pHashCode)
     
  • Field Details

  • Method Details

    • writeIfNeeded

      void writeIfNeeded(Path pFilePath, byte[] pData, com.google.common.hash.HashCode pHashCode) throws IOException
      Throws:
      IOException