mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-23 20:53:46 +08:00
fix:修复旧版本没有标识文档读写缓存失败的BUG
This commit is contained in:
2
cache/cache_null.go
vendored
2
cache/cache_null.go
vendored
@@ -7,7 +7,7 @@ type NullCache struct {
|
||||
}
|
||||
|
||||
|
||||
func (bm *NullCache)Get(key string) interface{} {
|
||||
func (bm *NullCache) Get(key string) interface{} {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user