Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestExpirableMultipleClose (0.26 sec)

  1. tests/lru_test.go

    	lc.Add("key3", "val3")
    
    	values := lc.Values()
    	if !reflect.DeepEqual(values, []string{"val1", "val2", "val3"}) {
    		t.Fatalf("values differs from expected")
    	}
    }
    
    // func TestExpirableMultipleClose(_ *testing.T) {
    //	lc :=lru.NewLRU[string, string](10, nil, 0)
    //	lc.Close()
    //	// should not panic
    //	lc.Close()
    // }
    
    func TestLRUWithPurge(t *testing.T) {
    	var evicted []string
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Sun May 25 07:40:40 UTC 2025
    - 10.4K bytes
    - Viewed (0)
Back to top