Method: ActiveSupport::Cache::Entry#value

Defined in:
lib/active_support/cache/entry.rb

#valueObject



33
34
35
# File 'lib/active_support/cache/entry.rb', line 33

def value
  compressed? ? uncompress(@value) : @value
end