method
new
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::Cache::FileStore
new(cache_path)public
No documentation available.
# File activesupport/lib/active_support/cache/file_store.rb, line 6
def initialize(cache_path)
@cache_path = cache_path
end