class
UI::Session::InProcess
- UI::Session::InProcess
- UI::Session
- Reference
- Object
Overview
In-process session backed by a plain Hash. Lifetime: the
process. Native apps that want persistence layer their own
backing (e.g. NSUserDefaults on macOS / iOS) over this contract.
Defined in:
asset_pipeline/native_context.crInstance Method Summary
- #[](key : String) : String | Nil
- #[]=(key : String, value : String) : Nil
- #[]?(key : String) : String | Nil
- #store : Hash(String, String)
- #to_h : Hash(String, String)