MCPcopy Create free account
hub / github.com/anthdm/ggcache / Cache

Struct Cache

cache.go:31–37  ·  view source on GitHub ↗

Cache is a simple in-memory cache implementation. It utilizes a sync.RWMutex for concurrent read and write safety. The cache stores data as byte slices, using string keys for retrieval.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected