class method
self.new
Ruby on Rails 2.2.3
Since v2.2.3Signature
self.new(cache_path)
No documentation comment.
Parameters
-
cache_pathreq
Source
# File activesupport/lib/active_support/cache/file_store.rb, line 7
def initialize(cache_path)
@cache_path = cache_path
end
Defined in activesupport/lib/active_support/cache/file_store.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::FileStore