Method: ActiveSupport::Cache::Entry#version
- Defined in:
- lib/active_support/cache/entry.rb
#version ⇒ Object (readonly)
Returns the value of attribute version.
21 22 23 |
# File 'lib/active_support/cache/entry.rb', line 21 def version @version end |