Skip to content

Instantly share code, notes, and snippets.

require 'concurrent'
module ActiveSupport
module Cache
class AsyncWriteStore < SimpleDelegator
def self.supports_cache_versioning?
true
end
def initialize(klass_or_sym, *args)