优化缓存相关代码

This commit is contained in:
刘祥超
2022-04-14 09:36:02 +08:00
parent 08a307d8d8
commit ed0c562b2e
9 changed files with 71 additions and 62 deletions

View File

@@ -25,7 +25,7 @@ func (this *MemoryReader) TypeName() string {
}
func (this *MemoryReader) ExpiresAt() int64 {
return this.item.ExpiredAt
return this.item.ExpiresAt
}
func (this *MemoryReader) Status() int {