Class: Skywalking::Tracing::TagCacheKey
- Defined in:
- lib/skywalking/tracing/tag.rb
Instance Attribute Summary
Attributes inherited from Tag
Instance Method Summary collapse
-
#initialize(val) ⇒ TagCacheKey
constructor
A new instance of TagCacheKey.
Constructor Details
#initialize(val) ⇒ TagCacheKey
85 86 87 88 |
# File 'lib/skywalking/tracing/tag.rb', line 85 def initialize(val) super @key = 'cache.key' end |