Class: Alephant::Lookup::NullClient
- Inherits:
-
Object
- Object
- Alephant::Lookup::NullClient
- Defined in:
- lib/alephant/lookup/lookup_cache.rb
Instance Method Summary collapse
Instance Method Details
#get(key) ⇒ Object
61 |
# File 'lib/alephant/lookup/lookup_cache.rb', line 61 def get(key); end |
#set(key, value, ttl = nil) ⇒ Object
63 64 65 |
# File 'lib/alephant/lookup/lookup_cache.rb', line 63 def set(key, value, ttl = nil) value end |