mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 07:40:56 +08:00 
			
		
		
		
	[缓存]实现按照目录刷新缓存
This commit is contained in:
		@@ -235,7 +235,7 @@ func TestFileStorage_Purge(t *testing.T) {
 | 
			
		||||
		t.Log(time.Since(before).Seconds()*1000, "ms")
 | 
			
		||||
	}()
 | 
			
		||||
 | 
			
		||||
	err = storage.Purge([]string{"a", "b1", "c"})
 | 
			
		||||
	err = storage.Purge([]string{"a", "b1", "c"}, "")
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		t.Fatal(err)
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user