Class: Tina4::QueryCache::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/tina4/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



14
15
16
# File 'lib/tina4/cache.rb', line 14

def expires_at
  @expires_at
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



14
15
16
# File 'lib/tina4/cache.rb', line 14

def tags
  @tags
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



14
15
16
# File 'lib/tina4/cache.rb', line 14

def value
  @value
end