[cache_debug] Fork thin_debug into cache_debug
This commit is contained in:
@ -8,6 +8,7 @@ using namespace caching;
|
||||
void
|
||||
caching::register_cache_commands(application &app)
|
||||
{
|
||||
app.add_cmd(command::ptr(new cache_debug_cmd));
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user