Class: JustimmoClient::Caching::NullCache Private

Inherits:
Object
  • Object
show all
Defined in:
lib/justimmo_client/core/caching.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#read(_key) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



14
# File 'lib/justimmo_client/core/caching.rb', line 14

def read(_key); end

#write(_key, _data, **options) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



13
# File 'lib/justimmo_client/core/caching.rb', line 13

def write(_key, _data, **options); end