method

delete_entry

delete_entry(key, **)
private

No documentation available.

# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 162
          def delete_entry(key, **)
            local_cache.delete_entry(key) if local_cache
            super
          end