Interface StoreCommand

All Known Implementing Classes:
BaseBinaryCommand, BinaryAppendPrependCommand, BinaryAuthListMechanismsCommand, BinaryAuthStartCommand, BinaryAuthStepCommand, BinaryAWSElasticCacheConfigCommand, BinaryCASCommand, BinaryDeleteCommand, BinaryFlushAllCommand, BinaryGetAndTouchCommand, BinaryGetCommand, BinaryGetMultiCommand, BinaryIncrDecrCommand, BinaryNoopCommand, BinaryQuitCommand, BinarySetMultiCommand, BinaryStatsCommand, BinaryStoreCommand, BinaryTouchCommand, BinaryVerbosityCommand, BinaryVersionCommand, KestrelSetCommand, TextCASCommand, TextStoreCommand

public interface StoreCommand
A store command interface for STORE commands such as SET,ADD
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • setValue

      void setValue(Object value)
    • getValue

      Object getValue()