Method: Cure::History::HistoryCache#initialize

Defined in:
lib/cure/strategy/history/history_cache.rb

#initializeHistoryCache

Returns a new instance of HistoryCache.



39
40
41
42
43
# File 'lib/cure/strategy/history/history_cache.rb', line 39

def initialize
  @count = 0

  init_cache
end