Class: AbstractManager (TmStd::Cache)

Overview
Module Structure
Class Hierarchy
Constants
AbstractManager::LSM_DOMAIN_CLASS
AbstractManager::LSM_RANGE_CLASS
Instance Methods
AbstractManager#method_missing / 2
is a submodule of
module: Cache ( TmStd )
has modular siblings
class: AbstractEntry   
inherits from
  Abstract ( TmStd::Lsm::Collection::Map )
is inherited by
  CacheManager ( TmDoc::Transformer::DocumentIntoDocBook::Link )
  CacheManager ( TmStd::DocBook::Facade )
has class siblings
  MapOfPathToModuleFuncNames ( TmDoc::Transformer::CoreIntoModule::Evaluater )
  MapOfPropertyToUniqueNumber ( TmDoc::Model::Module::Logical::Abstraction )
  MapOfPathToModule ( TmDoc::Model::Module::Logical::Abstraction )
  MapOfLineNumToLogicalSubjects ( TmDoc::Model::Object::Physical )
  MapOfNameToFile ( TmDoc::Model::Object::Physical )
  MapOfPathToModule ( TmDoc::Model::Object::Logical::Abstraction )
  ModuleMapOfOneToMany ( TmDoc::Model::Object::Logical::Node::Relationship::Abstraction )
  MapOfLineNumToLinks ( TmDoc::Model::Document::Link )
  Map ( TmStd::Xml::Attribute )
  AbstractEntry ( TmStd::Cache )
has properties
constant: LSM_DOMAIN_CLASS   
constant: LSM_RANGE_CLASS   
method: method_missing / 2   
is defined at
#14 in tmstd/cache.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmDoc
  module: Transformer
  module: CoreIntoModule
  module: Evaluater
class: MapOfPathToModuleFuncNames     
  module: DocumentIntoDocBook
  module: Link
class: CacheManager     
  module: Model
  module: Module
  module: Logical
  module: Abstraction
class: MapOfPropertyToUniqueNumber     
class: MapOfPathToModule     
  module: Object
  module: Physical
class: MapOfLineNumToLogicalSubjects     
class: MapOfNameToFile     
  module: Logical
  module: Abstraction
class: MapOfPathToModule     
  module: Node
  module: Relationship
  module: Abstraction
class: ModuleMapOfOneToMany     
  module: Document
  module: Link
class: MapOfLineNumToLinks     
  module: TmStd
  module: Lsm
  module: Collection
  module: Map
class: Abstract     
  module: DocBook
  module: Facade
class: CacheManager     
  module: Xml
  module: Attribute
class: Map     
  module: Cache
class: AbstractEntry     
class: AbstractManager     

Class Hierarchy

Object ( Builtin-Module )
Abstract ( TmStd::Lsm )
Abstract ( TmStd::Lsm::Collection )
includes
  Enumerable ( Builtin-Module )
has properties
method: lsm_elements   
method: each   
method: empty?   
method: size   
method: lsm_element_class / 1   

Constants

AbstractManager::LSM_DOMAIN_CLASS

#15 in tmstd/cache.rb

LSM_DOMAIN_CLASS = ::Symbol   

AbstractManager::LSM_RANGE_CLASS

#16 in tmstd/cache.rb

LSM_RANGE_CLASS = AbstractEntry   

Instance Methods

AbstractManager#method_missing / 2

#19 in tmstd/cache.rb

method_missing ( member ,
  *args )