Module swim.store
Package swim.store

Class StorageProxy

    • Constructor Detail

      • StorageProxy

        public StorageProxy()
    • Method Detail

      • storagePriority

        public abstract double storagePriority()
        Description copied from interface: Storage
        Returns the relative priority of this Storage implementation. Storage implementations with greater priority inject into storage stacks before implementations with lower priority.
        Specified by:
        storagePriority in interface Storage
      • injectStorage

        public Storage injectStorage​(Storage storage)
        Description copied from interface: Storage
        Returns a Storage implementation with the combined capabilities of this Storage implementation and the given storage implementation.
        Specified by:
        injectStorage in interface Storage