module Cacher module Weights # Superclass for weighing strategies. # class Strategy < Cacher::Strategy end end end