Module swim.api

Interface Storage

    • Method Detail

      • storagePriority

        double storagePriority()
        Returns the relative priority of this Storage implementation. Storage implementations with greater priority inject into storage stacks before implementations with lower priority.
      • injectStorage

        Storage injectStorage​(Storage storage)
        Returns a Storage implementation with the combined capabilities of this Storage implementation and the given storage implementation.