mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 07:40:56 +08:00 
			
		
		
		
	增加刷新、预热缓存任务管理
This commit is contained in:
		@@ -769,9 +769,10 @@ func (this *FileStorage) Purge(keys []string, urlType string) error {
 | 
			
		||||
				return err
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		return nil
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// 文件
 | 
			
		||||
	// URL
 | 
			
		||||
	for _, key := range keys {
 | 
			
		||||
		hash, path := this.keyPath(key)
 | 
			
		||||
		err := this.removeCacheFile(path)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user