if (this.topicStore == null) {
String type = topicStoreProperty.getType();
String version = topicStoreProperty.getVersion();
// e.g. "topicStore:/node/heron" is the unique name of the data store:
StorageId topicStoreId = new StorageId(glob, glob.getDatabaseNodeStr(), Constants.RELATING_TOPICSTORE, "");
// old xb_entries:
// StorageId topicStoreId = new StorageId(glob, "topicStore",
// glob.getStrippedId());
// Todo: This loads 2 entries into the cache which should be avoided
// as some line below getAll() gets all of them!