module Mize::Configure
def cache(cache)
def cache(cache) self.default_cache = cache end
def configure(&block)
Configures Mize by executing a block of code and executing it in
def configure(&block) instance_eval(&block) end
def cache(cache) self.default_cache = cache end
def configure(&block) instance_eval(&block) end