class TrustyCms::PageResponseCacheDirector

def set_cache_control

def set_cache_control
  cacheable? ? cacheable_response : non_cacheable_response
end