abstract class
UI::Session
- UI::Session
- Reference
- Object
Overview
Abstract per-app key / value store. Web concrete impls wrap Amber's
session; native uses UI::Session::InProcess.
Direct Known Subclasses
Defined in:
asset_pipeline/native_context.crInstance Method Summary
- #[](key : String) : String | Nil
- #[]=(key : String, value : String) : Nil
- #[]?(key : String) : String | Nil
- #to_h : Hash(String, String)