kubernetes/staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cache_simple.go

type simpleCache

func newSimpleCache(clock clock.Clock) cache {}

func (c *simpleCache) get(key string) (*cacheRecord, bool) {}

func (c *simpleCache) set(key string, value *cacheRecord, ttl time.Duration) {}

func (c *simpleCache) remove(key string) {}