Class: Grape::Util::Cache
- Inherits:
 - 
      Object
      
        
- Object
 - Grape::Util::Cache
 
 
- Extended by:
 - Forwardable
 
- Includes:
 - Singleton
 
- Defined in:
 - lib/grape/util/cache.rb
 
Direct Known Subclasses
Namespace::JoinedSpaceCache, Path::PartsCache, Router::BaseRoute::CaptureIndexCache, Router::Pattern::PatternCache
Instance Attribute Summary collapse
- 
  
    
      #cache  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute cache.
 
Instance Attribute Details
#cache ⇒ Object (readonly)
Returns the value of attribute cache.
      8 9 10  | 
    
      # File 'lib/grape/util/cache.rb', line 8 def cache @cache end  |