class Aflexi::Cache

Public Class Methods

prefetch(*params) click to toggle source
# File lib/aflexi/models/cache.rb, line 4
def prefetch(*params)
  api_call "prefetch", *params
end
purge(*params) click to toggle source
# File lib/aflexi/models/cache.rb, line 8
def purge(*params)
  api_call "purge", *params
end
purgeAll(*params) click to toggle source
# File lib/aflexi/models/cache.rb, line 12
def purgeAll(*params)
  api_call "purgeAll", *params
end
service_name() click to toggle source
# File lib/aflexi/models/cache.rb, line 16
def service_name
  "http"
end