class Counter::Cache::Config

Attributes

counting_data_store[RW]
TODO

Confer with paul/kig about adapting the counting data store

default_worker_adapter[RW]
TODO

Confer with paul/kig about adapting the counting data store

recalculation_delay[RW]
TODO

Confer with paul/kig about adapting the counting data store

redis_pool[RW]
TODO

Confer with paul/kig about adapting the counting data store

Public Class Methods

new() click to toggle source
# File lib/counter/cache/config.rb, line 7
def initialize
  self.counting_data_store = Counter::Cache::Redis.new
end