class JbuilderTemplate

def _read_fragment_cache(key, options = nil)

def _read_fragment_cache(key, options = nil)
  @context.controller.instrument_fragment_cache :read_fragment, key do
    ::Rails.cache.read(key, options)
  end
end