Class: Lutaml::Store::Cache::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



6
7
8
# File 'lib/lutaml/store/cache.rb', line 6

def timestamp
  @timestamp
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/lutaml/store/cache.rb', line 6

def value
  @value
end