Class: LiterLlm::CacheBackendMemory
- Inherits:
-
Data
- Object
- Data
- LiterLlm::CacheBackendMemory
- Extended by:
- T::Sig
- Includes:
- CacheBackend
- Defined in:
- lib/liter_llm/native.rb
Overview
In-memory LRU cache (default). No external dependencies.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.from_hash(hash) ⇒ Object
592 593 594 |
# File 'lib/liter_llm/native.rb', line 592 def self.from_hash(hash) new end |
Instance Method Details
#memory? ⇒ Boolean
584 |
# File 'lib/liter_llm/native.rb', line 584 def memory? = true |
#open_dal? ⇒ Boolean
587 |
# File 'lib/liter_llm/native.rb', line 587 def open_dal? = false |