module Dry::Core::Cache

def inherited(klass)

Other tags:
    Api: - private
def inherited(klass)
  super
  klass.instance_variable_set(:@__cache__, cache)
end