Module: Cache (ActiveSupport)

Overview
Module Structure
Class Hierarchy
Module Methods
Cache.lookup_store / 1
Cache.expand_cache_key / 2
is a submodule of
module: ActiveSupport   
is modularized into
module: Strategy   
class: Store   
class: CompressedMemCacheStore   
class: DRbStore   
class: FileStore   
class: MemCacheStore   
class: MemoryStore   
class: SynchronizedMemoryStore   
has properties
module method: lookup_store / 1   
module method: expand_cache_key / 2   
is defined at
#5 in active_support/cache.rb  
#2 in active_support/cache/compressed_mem_cache_store.rb  
#2 in active_support/cache/drb_store.rb  
#2 in active_support/cache/file_store.rb  
#4 in active_support/cache/mem_cache_store.rb  
#2 in active_support/cache/memory_store.rb  
#2 in active_support/cache/strategy/local_cache.rb  
#2 in active_support/cache/synchronized_memory_store.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
✗ module: Cache
module: Strategy     
class: Store     
class: CompressedMemCacheStore     
class: DRbStore     
class: FileStore     
class: MemCacheStore     
class: MemoryStore     
class: SynchronizedMemoryStore     

Module Methods

Cache.lookup_store / 1

#42 in active_support/cache.rb

lookup_store ( *store_option )

Cache.expand_cache_key / 2

#57 in active_support/cache.rb

expand_cache_key ( key ,
  namespace = nil )