Module: Ocache::Handler

Defined in:
lib/ocache/handler.rb

Instance Method Summary collapse

Instance Method Details

#cache_fetch(key_name = nil, options = {}) ⇒ Object



3
4
5
# File 'lib/ocache/handler.rb', line 3

def cache_fetch(key_name=nil, options={})
  Proxy.new(self, key_name, options)
end