MCPcopy Create free account
hub / github.com/XTLS/Go / lruSessionCacheEntry

Struct lruSessionCacheEntry

common.go:1392–1395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390}
1391
1392type lruSessionCacheEntry struct {
1393 sessionKey string
1394 state *ClientSessionState
1395}
1396
1397// NewLRUClientSessionCache returns a ClientSessionCache with the given
1398// capacity that uses an LRU strategy. If capacity is < 1, a default capacity

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected