Class: RubyLlmMesh::Cache::MemoryStore::Entry
- Inherits:
-
Struct
- Object
- Struct
- RubyLlmMesh::Cache::MemoryStore::Entry
- Defined in:
- lib/ruby_llm_mesh/cache/memory_store.rb
Instance Attribute Summary collapse
-
#embedding ⇒ Object
Returns the value of attribute embedding.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
Instance Attribute Details
#embedding ⇒ Object
Returns the value of attribute embedding
7 8 9 |
# File 'lib/ruby_llm_mesh/cache/memory_store.rb', line 7 def @embedding end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
7 8 9 |
# File 'lib/ruby_llm_mesh/cache/memory_store.rb', line 7 def expires_at @expires_at end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/ruby_llm_mesh/cache/memory_store.rb', line 7 def id @id end |
#payload ⇒ Object
Returns the value of attribute payload
7 8 9 |
# File 'lib/ruby_llm_mesh/cache/memory_store.rb', line 7 def payload @payload end |
#prompt ⇒ Object
Returns the value of attribute prompt
7 8 9 |
# File 'lib/ruby_llm_mesh/cache/memory_store.rb', line 7 def prompt @prompt end |