Method: Cash::Buffered#method_missing

Defined in:
lib/cash/buffered.rb

#method_missing(method, *args, &block) ⇒ Object (private)



101
102
103
# File 'lib/cash/buffered.rb', line 101

def method_missing(method, *args, &block)
  @cache.send(method, *args, &block)
end