Class: Rails::Cache::Tags::Store::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails/cache/tags/store.rb

Overview

cache entry (for Dalli mainly)

Instance Attribute Summary collapse

Instance Attribute Details

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



33
34
35
# File 'lib/rails/cache/tags/store.rb', line 33

def tags
  @tags
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



33
34
35
# File 'lib/rails/cache/tags/store.rb', line 33

def value
  @value
end