[cache_debug] Fork thin_debug into cache_debug

This commit is contained in:
Ming-Hung Tsai
2020-12-03 20:50:01 +08:00
parent a05ac553b6
commit 08bd2f47bd
4 changed files with 345 additions and 0 deletions

View File

@ -8,6 +8,7 @@ using namespace caching;
void
caching::register_cache_commands(application &app)
{
app.add_cmd(command::ptr(new cache_debug_cmd));
}
//----------------------------------------------------------------