Class: VirtualFS::NullCache

Inherits:
Object
  • Object
show all
Defined in:
lib/virtualfs/backend.rb

Instance Method Summary collapse

Instance Method Details

#cache(key) ⇒ Object



6
7
8
# File 'lib/virtualfs/backend.rb', line 6

def cache(key)
  yield
end