Class: Rails::Cache::Tags::LocalCache

Inherits:
Object
  • Object
show all
Defined in:
lib/rails/cache/tags/local_cache.rb

Defined Under Namespace

Classes: DummyStore

Instance Method Summary collapse

Instance Method Details

#clearObject



11
12
13
# File 'lib/rails/cache/tags/local_cache.rb', line 11

def clear
  store.clear!
end