Class NoCacheFileCacheClient

java.lang.Object
org.gorpipe.gor.clients.LocalFileCacheClient
org.gorpipe.gor.clients.NoCacheFileCacheClient
All Implemented Interfaces:
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

    • NoCacheFileCacheClient

      public NoCacheFileCacheClient(org.gorpipe.gor.model.DriverBackedFileReader fileReader, String rootPath)
  • Method Details