public RemoteNoCache(IRemoteFsOperation operation, SshfsMessage message) { this.operation = operation; this.message = message; }
public RemoteEasyCache(IRemoteFsOperation operation, SshfsMessage message) : base(operation, message) { }
public RemoteDiskCache(IRemoteFsOperation operation, SshfsMessage message) : base(operation, message) { this.InitCacheFile(); }