cacheService = new DefaultCacheableResourceService();
final NamespaceIndexerService nsindexer =
new NamespaceIndexerServiceImpl();
final NamespaceService namespace = new DefaultNamespaceService(
cacheService, cacheLookupService, nsindexer);
cacheMgrService = new DefaultCacheManagerService(
cacheLookupService, namespace, getReportable());
Option[] options = getOptions();
if (options.length == 0) {
printUsage();