Class: DbmsBuffers::LRUBufferEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/dbms_buffers/lru.rb

Instance Attribute Summary collapse

Instance Attribute Details

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



4
5
6
# File 'lib/dbms_buffers/lru.rb', line 4

def timestamp
  @timestamp
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



4
5
6
# File 'lib/dbms_buffers/lru.rb', line 4

def value
  @value
end