Class NoCacheFileCacheClient

java.lang.Object
org.gorpipe.gor.clients.LocalFileCacheClient
org.gorpipe.gor.clients.NoCacheFileCacheClient
All Implemented Interfaces:
java.lang.AutoCloseable, org.gorpipe.client.FileCache

public class NoCacheFileCacheClient
extends LocalFileCacheClient
Stub implememntation of FileCache, that doesn't do any caching - for running with caching disabled.
  • Constructor Details

  • Method Details

    • lookupFile

      public java.lang.String lookupFile​(java.lang.String fingerprint)
      Specified by:
      lookupFile in interface org.gorpipe.client.FileCache
      Overrides:
      lookupFile in class LocalFileCacheClient