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

Method Flush

memcache/interface.go:236–236  ·  view source on GitHub ↗

This invalidates all existing cache items after expiration number of seconds.

(expiration uint32)

Source from the content-addressed store, hash-verified

234 // This invalidates all existing cache items after expiration number of
235 // seconds.
236 Flush(expiration uint32) Response
237
238 // This requests the server statistics. When the key is an empty string,
239 // the server will respond with a "default" set of statistics information.

Callers 7

TestFlushMethod · 0.65
TestFlushErrorMethod · 0.65
clientExampleFunction · 0.65
flushHelperMethod · 0.65
flushWriterMethod · 0.65
writeLoopMethod · 0.65

Implementers 4

MockClientmemcache/mock_client.go
RawBinaryClientmemcache/raw_binary_client.go
ShardedClientmemcache/sharded_client.go
RawAsciiClientmemcache/raw_ascii_client.go

Calls

no outgoing calls

Tested by 4

TestFlushMethod · 0.52
TestFlushErrorMethod · 0.52
clientExampleFunction · 0.52