class FileStore
Ruby on Rails 4.1.16
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
(6)
Implementation detail — not part of the public API.
Methods (inherited)
From ActiveSupport::Cache::Store (18)
- # cleanup
- # clear
- # decrement
- # delete
- # delete_matched
- # exist?
- # fetch
- # fetch_multi
- # increment
- # key_matcher
- # mute
- # read
- # read_multi
- # silence!
- # write
- self. instrument
- self. instrument=
- self. new
From Object (22)
- # <
- # acts_like?
- # blank?
- # create_fixtures
- # deep_dup
- # destroy
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_json_with_active_support_encoder
- # to_param
- # to_query
- # try
- # try!
- # unescape
- # with_options
- self. table_name_prefix