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
DryTypes::ParamsCache, DryTypes::StrictCache, Namespace::JoinedSpaceCache, Path::PartsCache, Router::BaseRoute::CaptureIndexCache, Router::Pattern::PatternCache, Validations::ParamsDocumentation::TypeCache, Validations::Types::CoercerCache
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 |