MCPcopy
hub / github.com/1Panel-dev/KubePi / MemCache

Struct MemCache

thirdparty/gotty/cache/token/mem.go:11–13  ·  view source on GitHub ↗

MemCache use memory to store token and TtyParameter

Source from the content-addressed store, hash-verified

9
10//MemCache use memory to store token and TtyParameter
11type MemCache struct {
12 cache *cache.Cache
13}
14
15//NewMemCache new MemCache
16func NewMemCache() *MemCache {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected