Module: EntityCache::Store::External::Configure

Defined in:
lib/entity_cache/store/external.rb

Instance Method Summary collapse

Instance Method Details

#configure(session: nil) ⇒ Object



42
43
44
45
46
# File 'lib/entity_cache/store/external.rb', line 42

def configure(session: nil)
  ::Telemetry.configure(self)

  super
end