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

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

Instance Method Summary collapse

Instance Method Details

#configure(session: nil) ⇒ Object



34
35
36
37
38
# File 'lib/entity_cache/store/external.rb', line 34

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

  super
end