Module: EntityCache::Storage::Persistent::Substitute
- Defined in:
- lib/entity_cache/storage/persistent/substitute.rb
Defined Under Namespace
Classes: Persistent
Class Method Summary collapse
Class Method Details
.build ⇒ Object
5 6 7 8 9 10 |
# File 'lib/entity_cache/storage/persistent/substitute.rb', line 5 def self.build substitute = Persistent.build :substitute sink = Persistent.register_telemetry_sink substitute substitute.sink = sink substitute end |