Module: RactorRailsShim::Storage
- Defined in:
- lib/ractor_rails_shim/foundation/storage.rb
Defined Under Namespace
Modules: IES, ThreadLocal
Class Attribute Summary collapse
-
.storage ⇒ Object
readonly
The active storage implementation (either
Storage::IESorStorage::ThreadLocal).
Class Attribute Details
.storage ⇒ Object (readonly)
The active storage implementation (either Storage::IES or
Storage::ThreadLocal). Exposed as RactorRailsShim.storage by the
facade (defined in patches.rb).
88 89 90 |
# File 'lib/ractor_rails_shim/foundation/storage.rb', line 88 def storage @storage end |