mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package ttlcache
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import "github.com/cespare/xxhash"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								func HashKey(key []byte) uint64 {
							 | 
						||
| 
								 | 
							
									return xxhash.Sum64(key)
							 | 
						||
| 
								 | 
							
								}
							 |