module EntityCache::Store::External::Configure

Public Instance Methods

configure(session: nil) click to toggle source
Calls superclass method
# File lib/entity_cache/store/external.rb, line 42
def configure(session: nil)
  ::Telemetry.configure(self)

  super
end