Class PrependOptions

    • Method Detail

      • cas

        public PrependOptions cas​(long cas)
        Set the CAS from a previous read operation to perform optimistic concurrency.
        Parameters:
        cas - the CAS to use for this operation.
        Returns:
        this options class for chaining purposes.