Parent

Methods

Merb::Cache::CacheRequest

Constants

DEFAULT_ENV

Attributes

path[RW]
params[RW]

Public Class Methods

new(path, params = {}, env = {}) click to toggle source
    # File lib/merb-cache/cache_request.rb, line 7
 7:       def initialize(path, params = {}, env = {})
 8:         super(DEFAULT_ENV.merge(env))
 9: 
10:         @path, @params = path, params
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.