Class: RubyLLM::SemanticCache::CacheStores::Memory::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::SemanticCache::CacheStores::Memory::CacheEntry
- Defined in:
- lib/ruby_llm/semantic_cache/cache_stores/memory.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
9 10 11 |
# File 'lib/ruby_llm/semantic_cache/cache_stores/memory.rb', line 9 def data @data end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
9 10 11 |
# File 'lib/ruby_llm/semantic_cache/cache_stores/memory.rb', line 9 def expires_at @expires_at end |