Method: XRay::RuleCache#initialize
- Defined in:
- lib/aws-xray-sdk/sampling/rule_cache.rb
#initialize ⇒ RuleCache
Returns a new instance of RuleCache.
11 12 13 14 15 |
# File 'lib/aws-xray-sdk/sampling/rule_cache.rb', line 11 def initialize @rules = [] @last_updated = nil @lock = Mutex.new end |