Class: DbmsBuffers::LRUBufferEntry
- Inherits:
-
Struct
- Object
- Struct
- DbmsBuffers::LRUBufferEntry
- Defined in:
- lib/dbms_buffers/lru.rb
Instance Attribute Summary collapse
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#timestamp ⇒ Object
Returns the value of attribute timestamp
4 5 6 |
# File 'lib/dbms_buffers/lru.rb', line 4 def @timestamp end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'lib/dbms_buffers/lru.rb', line 4 def value @value end |