Interface BackingStoreFactory

All Known Implementing Classes:
InMemoryBackingStoreFactory

public interface BackingStoreFactory
Defines the contract for a factory that creates backing stores.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new instance of the backing store.
  • Method Details

    • createBackingStore

      @Nonnull BackingStore createBackingStore()
      Creates a new instance of the backing store.
      Returns:
      a new instance of the backing store.