Class: RubyLLM::Resilience::MemoryStore::Entry
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Resilience::MemoryStore::Entry
- Defined in:
- lib/ruby_llm/resilience/memory_store.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
25 26 27 |
# File 'lib/ruby_llm/resilience/memory_store.rb', line 25 def expires_at @expires_at end |
#value ⇒ Object
Returns the value of attribute value
25 26 27 |
# File 'lib/ruby_llm/resilience/memory_store.rb', line 25 def value @value end |