Parent

Methods

Merb::Cache::CacheRequest

Constants

DEFAULT_ENV

Attributes

params[RW]
path[RW]

Public Class Methods

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

  @path, @params = path, params
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.