Module: Cachers::Dsl

Defined in:
lib/cachers/dsl.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args, &block) ⇒ Object



4
5
6
# File 'lib/cachers/dsl.rb', line 4

def method_missing(name, *args, &block)
  Cachers.redis.send name, *args, &block
end