Sha256: c209bae68a7f6baf5e784e2f047c7e9544293f14a92d8b03a96e3027d4fa125b
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true module SpartanAPM module Instrumentation class Dalli < Base def initialize @klass = ::Dalli::Client if defined?(::Dalli::Client) @name = :memcache @methods = [:perform] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spartan_apm-0.0.0.rc1 | lib/spartan_apm/instrumentation/dalli.rb |