class ConfigCat::CachePolicy

Public Instance Methods

force_refresh() click to toggle source
# File lib/configcat/interfaces.rb, line 50
def force_refresh()
  #
  #
  #     :return:
  #
end
get() click to toggle source

Config cache interface

# File lib/configcat/interfaces.rb, line 44
def get()
  #
  #     :returns the config json object from the cache
  #
end
stop() click to toggle source
# File lib/configcat/interfaces.rb, line 57
def stop()
  #
  #
  #     :return:
  #
end