Class: ConfigCat::CachePolicy

Inherits:
Object
  • Object
show all
Defined in:
lib/configcat/interfaces.rb

Instance Method Summary collapse

Instance Method Details

#force_refreshObject



50
51
52
53
54
55
# File 'lib/configcat/interfaces.rb', line 50

def force_refresh()
  #
  #
  #     :return:
  #
end

#getObject

Config cache interface



44
45
46
47
48
# File 'lib/configcat/interfaces.rb', line 44

def get()
  #
  #     :returns the config json object from the cache
  #
end

#stopObject



57
58
59
60
61
62
# File 'lib/configcat/interfaces.rb', line 57

def stop()
  #
  #
  #     :return:
  #
end