# File lib/active_support/cache.rb, line 153 def initialize (options = nil) @options = options ? options.dup : {} end