Class: Cash::NestedBuffered

Inherits:
Buffered show all
Defined in:
lib/cash/buffered.rb

Instance Method Summary collapse

Methods inherited from Buffered

#add, #decr, #delete, #get, #get_multi, #incr, #initialize, #pop, #push, push, #respond_to?, #set

Constructor Details

This class inherits a constructor from Cash::Buffered

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Cash::Buffered

Instance Method Details

#flushObject



107
108
109
# File 'lib/cash/buffered.rb', line 107

def flush
  perform_commands
end