module Mack module Distributed module Routes # :nodoc: # Used to house the Mack::Distributed::Routes::Urls object for each distributed application. class UrlCache < Cachetastic::Caches::Base end # UrlCache end # Routes end # Distributed end # Mack