Module: RactorRailsShim::Storage

Defined in:
lib/ractor_rails_shim/foundation/storage.rb

Defined Under Namespace

Modules: IES, ThreadLocal

Class Attribute Summary collapse

Class Attribute Details

.storageObject (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