MCPcopy Index your code
hub / github.com/keybase/client / BurstCacheKey

Interface BurstCacheKey

go/libkb/burst_cache.go:25–27  ·  view source on GitHub ↗

BurstCacheKey is a key for a burst cache resource. Needs to implement the one method --- String() --- used for turning the key into an LRU and LockTab key.

Source from the content-addressed store, hash-verified

23// BurstCacheKey is a key for a burst cache resource. Needs to implement the one
24// method --- String() --- used for turning the key into an LRU and LockTab key.
25type BurstCacheKey interface {
26 String() string
27}
28
29// NewBurstCache makes a new burst cache with the given size and cacheLife.
30// The cache will be at most cacheSize items long, and items will live in there for

Callers 1

LoadMethod · 0.65

Implementers 15

statsgo/client/cmd_wallet_cancel_all.go
SignatureInfogo/kbfs/kbfscrypto/signature.go
kidContainergo/kbfs/kbfscrypto/crypto_key_types.go
publicByte32Containergo/kbfs/kbfscrypto/crypto_key_types.go
privateByte32Containergo/kbfs/kbfscrypto/crypto_key_types.go
privateByte64Containergo/kbfs/kbfscrypto/crypto_key_types.go
TLFCryptKeyServerHalfIDgo/kbfs/kbfscrypto/crypto_key_types.go
encryptedDatago/kbfs/kbfscrypto/encrypted_data.go
NameableDurationgo/kbfs/libpages/stats.go
IDgo/kbfs/kbfsblock/id.go
Contextgo/kbfs/kbfsblock/context.go
Pathgo/kbfs/fsrpc/path.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…