# Used by the Mongrel Page Cache Handler gem for page caching. # Future functionality may be added to this class to allow for # things such as deleting a certain page/set of pages based on # regex, etc... class Cachetastic::Caches::PageCache < Cachetastic::Caches::Base end