Class: ActiveSupport::Cache::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/caching_with_tags/store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tagsObject

Returns the value of attribute tags.



132
133
134
# File 'lib/caching_with_tags/store.rb', line 132

def tags
  @tags
end