Class: EntityStore (Radiant::Cache)

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

Overview

Module Structure

  module: <Toplevel Module>
  module: Rack
  module: Cache
  class: EntityStore
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 )   
Disk ( Rack::Cache::EntityStore )
EntityStore ( Radiant::Cache )
has properties
method: initialize / 1   
method: clear   
method: write / 1   

Instance Methods

EntityStore#initialize / 1

#33 in lib/radiant/cache.rb

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

EntityStore#clear

#38 in lib/radiant/cache.rb

clear

EntityStore#write / 1

#42 in lib/radiant/cache.rb

write ( body )