Interface ICentralStorage


public interface ICentralStorage
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    persist​(Storage storage)
     
     
  • Method Details

    • persist

      void persist(Storage storage)
    • retrieve

      Storage retrieve()