Class: MetaStore (Radiant::Cache)

Overview
Module Structure
Class Hierarchy
Instance Methods
MetaStore#initialize / 1
MetaStore#clear
MetaStore#store / 3
MetaStore#restore_response / 2
MetaStore#accelerate / 3
is a submodule of
module: Cache ( Radiant )
has modular siblings
class: EntityStore   
inherits from
  Disk ( Rack::Cache::MetaStore )
has properties
method: initialize / 1   
method: clear   
method: store / 3   
method: restore_response / 2   
method: accelerate / 3   
is defined at
#49 in lib/radiant/cache.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Rack
  module: Cache
  class: MetaStore
class: Disk     
  module: Radiant
  module: Cache
class: EntityStore     
class: MetaStore     

Class Hierarchy

Object ( Builtin-Module )
has properties
class method: descendants   
method: presence   
Disk ( Rack::Cache::MetaStore )
MetaStore ( Radiant::Cache )
has properties
method: initialize / 1   
method: clear   
method: store / 3   
method: restore_response / 2   
method: accelerate / 3   
Disk ( Rack::Cache::EntityStore )
  EntityStore ( Radiant::Cache )   

Instance Methods

MetaStore#initialize / 1

#50 in lib/radiant/cache.rb

initialize ( root="#{Rails.root}/tmp/cache/meta" )

MetaStore#clear

#55 in lib/radiant/cache.rb

clear

MetaStore#store / 3

#59 in lib/radiant/cache.rb

store ( request ,
  response ,
  entitystore )

MetaStore#restore_response / 2

#66 in lib/radiant/cache.rb

restore_response ( hash ,
  body=nil )

MetaStore#accelerate / 3

#83 in lib/radiant/cache.rb

accelerate ( response ,
  header ,
  value )