Class: Statsig::Interfaces::IDataStore

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

Instance Method Summary collapse

Instance Method Details

#get(key) ⇒ Object



7
8
9
# File 'lib/interfaces/data_store.rb', line 7

def get(key)
  nil
end

#initObject



4
5
# File 'lib/interfaces/data_store.rb', line 4

def init
end

#set(key, value) ⇒ Object



11
12
# File 'lib/interfaces/data_store.rb', line 11

def set(key, value)
end

#shutdownObject



14
15
# File 'lib/interfaces/data_store.rb', line 14

def shutdown
end