MCPcopy Create free account
hub / github.com/datastax/cql-proxy / defaultPreparedCache

Struct defaultPreparedCache

proxy/proxy.go:997–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997type defaultPreparedCache struct {
998 cache *lru.Cache
999}
1000
1001func (d defaultPreparedCache) Store(id string, entry *proxycore.PreparedEntry) {
1002 d.cache.Add(id, entry)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected