ExistQuick 快速检查内容是否存在
(hash string)
| 84 | |
| 85 | // ExistQuick 快速检查内容是否存在 |
| 86 | func (this *KVFileList) ExistQuick(hash string) (bool, error) { |
| 87 | return this.getStore(hash).ExistQuickItem(hash) |
| 88 | } |
| 89 | |
| 90 | // CleanPrefix 清除某个前缀的缓存 |
| 91 | func (this *KVFileList) CleanPrefix(prefix string) error { |