MCPcopy
hub / github.com/dropbox/godropbox / Flush

Method Flush

memcache/raw_binary_client.go:800–802  ·  view source on GitHub ↗

See Client interface for documentation.

(expiration uint32)

Source from the content-addressed store, hash-verified

798
799// See Client interface for documentation.
800func (c *RawBinaryClient) Flush(expiration uint32) Response {
801 return c.genericOp(opFlush, expiration)
802}
803
804// See Client interface for documentation.
805func (c *RawBinaryClient) Verbosity(verbosity uint32) Response {

Callers

nothing calls this directly

Calls 1

genericOpMethod · 0.95

Tested by

no test coverage detected