class JustimmoClient::Caching::NullCache

Public Instance Methods

read(_key) click to toggle source
# File lib/justimmo_client/core/caching.rb, line 14
def read(_key); end
write(_key, _data, **options) click to toggle source
# File lib/justimmo_client/core/caching.rb, line 13
def write(_key, _data, **options); end