public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Search Repo:
Click here to lend your support to: mack and make a donation at www.pledgie.com !
mack / lib / distributed / routing / url_cache.rb
100644 10 lines (9 sloc) 0.286 kb
1
2
3
4
5
6
7
8
9
10
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