Class 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 Detail

      • NoCacheFileCacheClient

        public NoCacheFileCacheClient​(java.nio.file.Path rootPath)
    • Method Detail

      • lookupFile

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