Libraries
»
oauth2c
(1.3.0)
»
Index
»
OAuth2c
»
Cache
»
Backends
»
Null
»
#lookup
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