kubernetes/staging/src/k8s.io/apimachinery/pkg/util/cache/lruexpirecache_test.go

func expectEntry(t *testing.T, c *LRUExpireCache, key interface{}

func expectNotEntry(t *testing.T, c *LRUExpireCache, key interface{}

// Note: Check keys before checking individual entries, because Get() changes
// the eviction list.
func assertKeys(t *testing.T, gotKeys, wantKeys []interface{}

func TestSimpleGet(t *testing.T) {}

func TestSimpleRemove(t *testing.T) {}

func TestSimpleRemoveAll(t *testing.T) {}

func TestExpiredGet(t *testing.T) {}

func TestLRUOverflow(t *testing.T) {}

func TestAddBringsToFront(t *testing.T) {}

func TestGetBringsToFront(t *testing.T) {}

func TestLRUKeys(t *testing.T) {}