提交 a3ba5915 编写于 作者: Y Yueh-Hsuan Chiang

Correct a comment in include/rocksdb/cache.h

Summary: Correct a comment in include/rocksdb/cache.h

Test Plan: No code change.

Reviewers: igor, sdong, IslamAbdelRahman, rven, kradhakrishnan, anthony

Reviewed By: anthony

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D51831
上级 f0a8e5a2
......@@ -45,7 +45,9 @@ class Cache {
Cache() { }
// Destroys all existing entries by calling the "deleter"
// function that was passed to the constructor.
// function that was passed via the Insert() function.
//
// @See Insert
virtual ~Cache();
// Opaque handle to an entry stored in the cache.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册