Method: OAuth2c::Cache::Backends::Null#lookup

Defined in:
lib/oauth2c/cache/backends/null.rb

#lookup(key) ⇒ Object



21
22
23
# File 'lib/oauth2c/cache/backends/null.rb', line 21

def lookup(key)
  nil
end