Package com.microsoft.kiota.store
Class InMemoryBackingStoreFactory
java.lang.Object
com.microsoft.kiota.store.InMemoryBackingStoreFactory
- All Implemented Interfaces:
BackingStoreFactory
This class is used to create instances of InMemoryBackingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of the backing store.
-
Constructor Details
-
InMemoryBackingStoreFactory
public InMemoryBackingStoreFactory()Creates a new instance of the factory
-
-
Method Details
-
createBackingStore
Description copied from interface:BackingStoreFactoryCreates a new instance of the backing store.- Specified by:
createBackingStorein interfaceBackingStoreFactory- Returns:
- a new instance of the backing store.
-