Module: EntityCache::Store::External::Configure
- Defined in:
- lib/entity_cache/store/external.rb
Instance Method Summary collapse
Instance Method Details
#configure(session: nil) ⇒ Object
32 33 34 35 36 |
# File 'lib/entity_cache/store/external.rb', line 32 def configure(session: nil) ::Telemetry.configure(self) super end |