Class: Ask::Agent::Persistence::InMemory
- Defined in:
- lib/ask/agent/persistence/in_memory.rb
Overview
In-memory session persistence. Backed by State::Memory. Data is lost when the process exits.
Constant Summary
Constants inherited from Base
Base::INDEX_KEY, Base::KEY_PREFIX
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ InMemory
constructor
A new instance of InMemory.