Libraries
»
condenser
(1.3)
»
Index
»
Condenser
»
Cache
»
NullStore
»
#get
Method: Condenser::Cache::NullStore#get
Defined in:
lib/condenser/cache/null_store.rb
#
get
(key) ⇒
Object
5 6 7
# File 'lib/condenser/cache/null_store.rb', line 5
def
get
(
key
)
nil
end