class method self.digest_mutex

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

self.digest_mutex()

Digest caches are per-Ractor, so the mutex is too.

Source
# File actionview/lib/action_view/digestor.rb, line 70
        def digest_mutex
          ActiveSupport::Ractors.store_if_absent(:action_view_digest_mutex) { Mutex.new }
        end

Defined in actionview/lib/action_view/digestor.rb line 70 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::Digestor

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close