# File lib/merb-cache/cache-store/file.rb, line 4 def initialize @config = Merb::Controller._cache.config @config[:cache_directory] ||= Merb.root_path("tmp/cache") # @config[:cache_action_directory] ||= Merb.dir_for(:public) / "cache" prepare end