mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 13:10:24 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package serverconfigs
 | 
						|
 | 
						|
type HTTPMemoryCacheStorage struct {
 | 
						|
}
 | 
						|
 | 
						|
func (this *HTTPMemoryCacheStorage) Init() error {
 | 
						|
	return nil
 | 
						|
}
 |