class FileStore
Ruby on Rails 3.2.22.5
Since v2.2.3A cache store implementation which stores everything on the filesystem.
FileStore implements the Strategy::LocalCache strategy which implements an in-memory cache inside of a block.
Inherits from
Extends
Constants
Attributes
Methods (defined here)
- # cleanup
- # clear
- # decrement
- # delete_entry
- # delete_matched
- # increment
- # read_entry
- # write_entry
- self. new
Private methods
(5)
Implementation detail — not part of the public API.
Methods (inherited)
From ActiveSupport::Cache::Store (17)
- # cleanup
- # clear
- # decrement
- # delete
- # delete_matched
- # exist?
- # fetch
- # increment
- # key_matcher
- # mute
- # read
- # read_multi
- # silence!
- # write
- self. instrument
- self. instrument=
- self. new
From Object (18)
- # acts_like?
- # blank?
- # create_fixtures
- # duplicable?
- # html_safe?
- # in?
- # instance_variable_names
- # options
- # presence
- # present?
- # test_homepage
- # to_json
- # to_param
- # to_query
- # try
- # unescape
- # with_options
- self. table_name_prefix