module Ocache::Handler

Public Instance Methods

cache_fetch(key_name=nil, options={}) click to toggle source
# File lib/ocache/handler.rb, line 3
def cache_fetch(key_name=nil, options={})
  Proxy.new(self, key_name, options)
end