Method: SplitIoClient::Cache::Repositories::Metrics::MemoryRepository::ValueAndCount#initialize

Defined in:
lib/cache/repositories/metrics/memory_repository.rb

#initializeValueAndCount

Returns a new instance of ValueAndCount.



104
105
106
107
# File 'lib/cache/repositories/metrics/memory_repository.rb', line 104

def initialize
  @count = 0
  @value = 0
end