Interface MutableVaultSource

    • Method Detail

      • addEntry

        void addEntry​(VaultEntry entry)
               throws de.mhus.lib.errors.MException
        Throws:
        de.mhus.lib.errors.MException
      • removeEntry

        void removeEntry​(UUID id)
                  throws de.mhus.lib.errors.MException
        Throws:
        de.mhus.lib.errors.MException
      • isMemoryBased

        boolean isMemoryBased()
        Return true if load and save is needed to persist changed data.
        Returns:
        true if storage is in memory