Class TextStoreCommand

java.lang.Object
net.rubyeye.xmemcached.command.Command
net.rubyeye.xmemcached.command.text.TextStoreCommand
All Implemented Interfaces:
WriteMessage, StoreCommand
Direct Known Subclasses:
KestrelSetCommand, TextCASCommand

public class TextStoreCommand extends Command implements StoreCommand
Store command for text protocol
  • Field Details

    • expTime

      protected int expTime
    • cas

      protected long cas
    • value

      protected Object value
  • Constructor Details

  • Method Details