Class: Grape::Util::Cache

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Singleton
Defined in:
lib/grape/util/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject (readonly)

Returns the value of attribute cache.



11
12
13
# File 'lib/grape/util/cache.rb', line 11

def cache
  @cache
end