70717273747576
/** * @return the new instance of {@link MemoryIndexStore}. */ public static MemoryIndexStore newMemoryIndexStore() { return new MemoryIndexStoreImpl(); }