Method: CacheMigration#initialize

Defined in:
lib/cache_migration.rb

#initialize(new_cache, old_cache) ⇒ CacheMigration

Returns a new instance of CacheMigration.



6
7
8
9
# File 'lib/cache_migration.rb', line 6

def initialize(new_cache, old_cache)
  @new_cache = new_cache
  @old_cache = old_cache
end