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