名称：
	cache_stats() - 报告驱动程式和 mudlib 的一些统计资料。
语法：
	string cache_stats();

	字串 cache_stats();
用法：
	这个函式只有在编译驱动程式时，options.h 中定义 CACHE_STATS 才有效。
	这个外部函式传回一个字串，纪录 call_other() 快取 (cache) 效率总结
	的统计数字。
参考：
	opcprof, mud_status
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Jul.2.	v22 版
