Class CloudStorageBuildCacheService

java.lang.Object
org.curioswitch.gradle.plugins.gcloud.buildcache.CloudStorageBuildCacheService
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.gradle.caching.BuildCacheService

public class CloudStorageBuildCacheService
extends java.lang.Object
implements org.gradle.caching.BuildCacheService
  • Method Summary

    Modifier and Type Method Description
    void close()  
    boolean load​(org.gradle.caching.BuildCacheKey buildCacheKey, org.gradle.caching.BuildCacheEntryReader buildCacheEntryReader)  
    void store​(org.gradle.caching.BuildCacheKey buildCacheKey, org.gradle.caching.BuildCacheEntryWriter buildCacheEntryWriter)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • load

      public boolean load​(org.gradle.caching.BuildCacheKey buildCacheKey, org.gradle.caching.BuildCacheEntryReader buildCacheEntryReader)
      Specified by:
      load in interface org.gradle.caching.BuildCacheService
    • store

      public void store​(org.gradle.caching.BuildCacheKey buildCacheKey, org.gradle.caching.BuildCacheEntryWriter buildCacheEntryWriter)
      Specified by:
      store in interface org.gradle.caching.BuildCacheService
    • close

      public void close() throws java.io.IOException
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface org.gradle.caching.BuildCacheService
      Specified by:
      close in interface java.io.Closeable
      Throws:
      java.io.IOException