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

Struct lruSessionCacheEntry

common.go:1644–1647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1642}
1643
1644type lruSessionCacheEntry struct {
1645 sessionKey string
1646 state *ClientSessionState
1647}
1648
1649// NewLRUClientSessionCache returns a [ClientSessionCache] with the given
1650// 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