this.cacheManager = new AdaptiveCacheManager();
this.params.put( FileSystemAbstraction.class, fileSystem );
graphDbModule = new GraphDbModule( graphDb, cacheManager, lockManager,
txModule.getTxManager(), idGeneratorModule.getIdGenerator(),
readOnly );
indexStore = new IndexStore( storeDir );
params.put( IndexStore.class, indexStore );
if ( storeId != null ) params.put( StoreId.class, storeId );
params.put( IdGeneratorFactory.class, idGeneratorFactory );
params.put( TxIdGenerator.class, txIdGenerator );