Package com.microsoft.kiota.store
Interface BackingStoreFactory
- All Known Implementing Classes:
InMemoryBackingStoreFactory
public interface BackingStoreFactory
Defines the contract for a factory that creates backing stores.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of the backing store.
-
Method Details
-
createBackingStore
Creates a new instance of the backing store.- Returns:
- a new instance of the backing store.
-