module Makara::Cache

Public Class Methods

store=(store) click to toggle source
# File lib/makara/cache.rb, line 4
def store=(store)
  Makara::Logging::Logger.log deprecation_warning, :warn
end

Private Class Methods

deprecation_warning() click to toggle source
# File lib/makara/cache.rb, line 10
def deprecation_warning
  "Makara's context is no longer persisted in a backend cache, a cookie store is used by default.\nSetting the Makara::Cache.store won't have any effects."
end