Class: Statsig::Interfaces::IUserPersistentStorage

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

Instance Method Summary collapse

Instance Method Details

#load(key) ⇒ Object



5
6
7
# File 'lib/interfaces/user_persistent_storage.rb', line 5

def load(key)
  nil
end

#save(key, data) ⇒ Object



9
# File 'lib/interfaces/user_persistent_storage.rb', line 9

def save(key, data) end