Class: Alephant::Lookup::NullClient

Inherits:
Object
  • Object
show all
Defined in:
lib/alephant/lookup/lookup_cache.rb

Instance Method Summary collapse

Instance Method Details

#get(key) ⇒ Object



62
# File 'lib/alephant/lookup/lookup_cache.rb', line 62

def get(key); end

#set(key, value, ttl = nil) ⇒ Object



64
65
66
# File 'lib/alephant/lookup/lookup_cache.rb', line 64

def set(key, value, ttl = nil)
  value
end