MCPcopy
hub / github.com/Velocidex/velociraptor / Flusher

Interface Flusher

utils/paged_reader.go:179–181  ·  view source on GitHub ↗

Invalidate the disk cache

Source from the content-addressed store, hash-verified

177
178// Invalidate the disk cache
179type Flusher interface {
180 Flush()
181}

Callers

nothing calls this directly

Implementers 15

notebookCellLoggerreporting/logging.go
CryptoFileWritercrypto/storage/writer.go
PagedReaderutils/paged_reader.go
ReaderAtterutils/readers.go
ReadSeekReaderAdapterutils/read_seek_reader_adapter.go
MemcacheFileDataStoredatastore/memcache_file.go
MemcacheFileWriterfile_store/memcache/memcache.go
MemcacheFileStorefile_store/memcache/memcache.go
MemoryWriterfile_store/memory/writer.go
DirectoryFileWriterfile_store/directory/writer.go
Writerfile_store/csv/writer.go
RepositoryManagerservices/repository/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected