Module: EntityCache::Store::Persistent::Configure
- Defined in:
- lib/entity_cache/store/persistent.rb
Instance Method Summary collapse
Instance Method Details
#configure(session: nil) ⇒ Object
28 29 30 31 32 |
# File 'lib/entity_cache/store/persistent.rb', line 28 def configure(session: nil) ::Telemetry.configure(self) super end |