module Grape::CacheControl::Helpers

Public Instance Methods

cache_control(*args) click to toggle source
# File lib/grape/cache_control/helpers.rb, line 4
def cache_control(*args)
  Grape::CacheControl.cache_control(self, *args)
end
expires(amount, *values) click to toggle source
# File lib/grape/cache_control/helpers.rb, line 8
def expires(amount, *values)
  Grape::CacheControl.expires(self, amount, *values)
end