mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	实现自动将热点数据加载到内存中
This commit is contained in:
		@@ -20,6 +20,10 @@ func (this *MemoryReader) TypeName() string {
 | 
			
		||||
	return "memory"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (this *MemoryReader) ExpiresAt() int64 {
 | 
			
		||||
	return this.item.ExpiredAt
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (this *MemoryReader) Status() int {
 | 
			
		||||
	return this.item.Status
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user