Class: FileStore (ActiveSupport::Cache)

Overview
Module Structure
Class Hierarchy
Instance Attributes
FileStore#cache_path [R]
Instance Methods
FileStore#initialize / 1
FileStore#read / 2
FileStore#write / 3
FileStore#delete / 2
FileStore#delete_matched / 2
FileStore#exist? / 2
FileStore#real_file_path / 1
FileStore#ensure_cache_path / 1
FileStore#search_dir / 2
is a submodule of
module: Cache ( ActiveSupport )
inherits from
  Store ( ActiveSupport::Cache )
has properties
attribute: cache_path [R]   
method: initialize / 1   
method: read / 2   
method: write / 3   
method: delete / 2   
method: delete_matched / 2   
method: exist? / 2   
method: real_file_path / 1   
method: ensure_cache_path / 1   
method: search_dir / 2   
is defined at
#4 in active_support/cache/file_store.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Cache
class: Store     
class: FileStore     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
Store ( ActiveSupport::Cache )
has properties
attribute: silence [R]   
attribute: logger_off [R]   
method: silence!   
alias: silence? silence   
alias: logger_off? logger_off   
method: mute   
method: fetch / 2   
method: read / 2   
method: write / 3   
method: delete / 2   
method: delete_matched / 2   
method: exist? / 2   
method: increment / 2   
method: decrement / 2   
method: expires_in / 1   
method: log / 3   
FileStore ( ActiveSupport::Cache )
has properties
attribute: cache_path [R]   
method: initialize / 1   
method: read / 2   
method: write / 3   
method: delete / 2   
method: delete_matched / 2   
method: exist? / 2   
method: real_file_path / 1   
method: ensure_cache_path / 1   
method: search_dir / 2   

Instance Attributes

FileStore#cache_path [R]

#5 in active_support/cache/file_store.rb

Instance Methods

FileStore#initialize / 1

#7 in active_support/cache/file_store.rb

initialize ( cache_path )

FileStore#read / 2

#11 in active_support/cache/file_store.rb

read ( name ,
  options = nil )

FileStore#write / 3

#16 in active_support/cache/file_store.rb

write ( name ,
  value ,
  options = nil )

FileStore#delete / 2

#25 in active_support/cache/file_store.rb

delete ( name ,
  options = nil )

FileStore#delete_matched / 2

#32 in active_support/cache/file_store.rb

delete_matched ( matcher ,
  options = nil )

FileStore#exist? / 2

#45 in active_support/cache/file_store.rb

exist? ( name ,
  options = nil )

FileStore#real_file_path / 1

#51 in active_support/cache/file_store.rb

real_file_path ( name )

FileStore#ensure_cache_path / 1

#55 in active_support/cache/file_store.rb

ensure_cache_path ( path )

FileStore#search_dir / 2

#59 in active_support/cache/file_store.rb

search_dir ( dir ,
  &callback )